#F0B1BB

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

Shades of Cupid #F0B1BB

Tints of Cupid #F0B1BB

Color information

#F0B1BB (or 0xF0B1BB) is unknown color: approx Cupid. HEX triplet: F0, B1 and BB. RGB value is (240,177,187). Sum of RGB (Red+Green+Blue) = 240+177+187=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1BB is #0F4E44. Grayscale: #C5C5C5. Windows color (decimal): -1003077 or 12300784. OLE color: 12300784.

HSL color Cylindrical-coordinate representation of color #F0B1BB: hue angle of 350.48º 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 #F0B1BB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240177187-
CMYK00.260.220.06
HSL350.48º67.74%81.76%-
HSV(B)350.48º26.25%94.12%-
XYZ60.6353.5654.16-
YUV196.98122.37158.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=39.74%
G=29.30%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017718700.260.220.06350.4867.7481.76
HexF0B1BB01A16615e4452
Octal360261273032266536104122
Binary1111000010110001101110110110101011011010101111010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1BB; }

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

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

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

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

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

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

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

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