#F0B0BE

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

Shades of Cupid #F0B0BE

Tints of Cupid #F0B0BE

Color information

#F0B0BE (or 0xF0B0BE) is unknown color: approx Cupid. HEX triplet: F0, B0 and BE. RGB value is (240,176,190). Sum of RGB (Red+Green+Blue) = 240+176+190=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0BE is #0F4F41. Grayscale: #C4C4C4. Windows color (decimal): -1003330 or 12497136. OLE color: 12497136.

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

Color convert

RGB240176190-
CMYK00.270.210.06
HSL346.88º68.09%81.57%-
HSV(B)346.88º26.67%94.12%-
XYZ60.7553.2955.8-
YUV196.73124.2158.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 176 (69.14% from 255) = 29.04%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=39.60%
G=29.04%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017619000.270.210.06346.8868.0981.57
HexF0B0BE01B15615b4452
Octal360260276033256533104122
Binary1111000010110000101111100110111010111010101101110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0BE; }

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

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

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

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

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

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

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

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