#F0B5BF

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

Shades of Cupid #F0B5BF

Tints of Cupid #F0B5BF

Color information

#F0B5BF (or 0xF0B5BF) is unknown color: approx Cupid. HEX triplet: F0, B5 and BF. RGB value is (240,181,191). Sum of RGB (Red+Green+Blue) = 240+181+191=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5BF is #0F4A40. Grayscale: #C7C7C7. Windows color (decimal): -1002049 or 12563952. OLE color: 12563952.

HSL color Cylindrical-coordinate representation of color #F0B5BF: hue angle of 349.83º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5BF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240181191-
CMYK00.250.200.06
HSL349.83º66.29%82.55%-
HSV(B)349.83º24.58%94.12%-
XYZ61.8655.3356.71-
YUV199.78123.05156.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 191 (75% from 255) = 31.21%
R=39.22%
G=29.58%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018119100.250.200.06349.8366.2982.55
HexF0B5BF01914615e4253
Octal360265277031246536102123
Binary1111000010110101101111110110011010011010101111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5BF; }

 p { color: rgb(240,181,191); }

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

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

 a { background-color: rgb(240,181,191); }

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

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

 span { border-color: rgb(240,181,191); }

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