#F3B5CB

Color #F3B5CB Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F3B5CB

Tints of Cupid #F3B5CB

Color information

#F3B5CB (or 0xF3B5CB) is unknown color: approx Cupid. HEX triplet: F3, B5 and CB. RGB value is (243,181,203). Sum of RGB (Red+Green+Blue) = 243+181+203=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5CB is #0C4A34. Grayscale: #CACACA. Windows color (decimal): -805429 or 13350387. OLE color: 13350387.

HSL color Cylindrical-coordinate representation of color #F3B5CB: hue angle of 338.71º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B5CB is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243181203-
CMYK00.260.160.05
HSL338.71º72.09%83.14%-
HSV(B)338.71º25.51%95.29%-
XYZ64.2756.4164-
YUV202.05128.54157.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=38.76%
G=28.87%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318120300.260.160.05338.7172.0983.14
HexF3B5CB01A1051534853
Octal363265313032205523110123
Binary1111001110110101110010110110101000010110101001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5CB; }

 p { color: rgb(243,181,203); }

 H1.HeaderClassName
 {
   color: #F3B5CB;
 }
 .AnyTagClassName
 {
   color: #F3B5CB;
 }
</style>
background-color css

<style>
 a { background-color: #F3B5CB; }

 a { background-color: rgb(243,181,203); }

 div.DivClassName
 {
   background-color: #F3B5CB;
 }
 .BgClassName
 {
   background-color: #F3B5CB;
 }
</style>
border-color css

<style>
 span { border-color: #F3B5CB; }

 span { border-color: rgb(243,181,203); }

 td.TdClassName
 {
   border-color: #F3B5CB;
 }
 .TagClassName
 {
   border-color: #F3B5CB;
 }
</style>