#F0B1BC

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

Shades of Cupid #F0B1BC

Tints of Cupid #F0B1BC

Color information

#F0B1BC (or 0xF0B1BC) is unknown color: approx Cupid. HEX triplet: F0, B1 and BC. RGB value is (240,177,188). Sum of RGB (Red+Green+Blue) = 240+177+188=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1BC is #0F4E43. Grayscale: #C5C5C5. Windows color (decimal): -1003076 or 12366320. OLE color: 12366320.

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

Color convert

RGB240177188-
CMYK00.260.220.06
HSL349.52º67.74%81.76%-
HSV(B)349.52º26.25%94.12%-
XYZ60.7353.654.72-
YUV197.09122.87158.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=39.67%
G=29.26%
B=31.07%

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
Decimal24017718800.260.220.06349.5267.7481.76
HexF0B1BC01A16615e4452
Octal360261274032266536104122
Binary1111000010110001101111000110101011011010101111010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1BC; }

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

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

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

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

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

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

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

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