#F0B1CA

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

Shades of Cupid #F0B1CA

Tints of Cupid #F0B1CA

Color information

#F0B1CA (or 0xF0B1CA) is unknown color: approx Cupid. HEX triplet: F0, B1 and CA. RGB value is (240,177,202). Sum of RGB (Red+Green+Blue) = 240+177+202=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1CA is #0F4E35. Grayscale: #C6C6C6. Windows color (decimal): -1003062 or 13283824. OLE color: 13283824.

HSL color Cylindrical-coordinate representation of color #F0B1CA: hue angle of 336.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1CA is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240177202-
CMYK00.260.160.06
HSL336.19º67.74%81.76%-
HSV(B)336.19º26.25%94.12%-
XYZ62.3254.2363.06-
YUV198.69129.87157.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=38.77%
G=28.59%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017720200.260.160.06336.1967.7481.76
HexF0B1CA01A1061504452
Octal360261312032206520104122
Binary1111000010110001110010100110101000011010101000010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1CA; }

 p { color: rgb(240,177,202); }

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

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

 a { background-color: rgb(240,177,202); }

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

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

 span { border-color: rgb(240,177,202); }

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