#F0B0BC

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

Shades of Cupid #F0B0BC

Tints of Cupid #F0B0BC

Color information

#F0B0BC (or 0xF0B0BC) is unknown color: approx Cupid. HEX triplet: F0, B0 and BC. RGB value is (240,176,188). Sum of RGB (Red+Green+Blue) = 240+176+188=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0BC is #0F4F43. Grayscale: #C4C4C4. Windows color (decimal): -1003332 or 12366064. OLE color: 12366064.

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

Color convert

RGB240176188-
CMYK00.270.220.06
HSL348.75º68.09%81.57%-
HSV(B)348.75º26.67%94.12%-
XYZ60.5453.2154.66-
YUV196.5123.2159.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=39.74%
G=29.14%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017618800.270.220.06348.7568.0981.57
HexF0B0BC01B16615d4452
Octal360260274033266535104122
Binary1111000010110000101111000110111011011010101110110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0BC; }

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

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

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

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

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

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

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

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