#F0B2C2

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

Shades of Cupid #F0B2C2

Tints of Cupid #F0B2C2

Color information

#F0B2C2 (or 0xF0B2C2) is unknown color: approx Cupid. HEX triplet: F0, B2 and C2. RGB value is (240,178,194). Sum of RGB (Red+Green+Blue) = 240+178+194=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2C2 is #0F4D3D. Grayscale: #C6C6C6. Windows color (decimal): -1002814 or 12759792. OLE color: 12759792.

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

Color convert

RGB240178194-
CMYK00.260.190.06
HSL344.52º67.39%81.96%-
HSV(B)344.52º25.83%94.12%-
XYZ61.5954.2658.27-
YUV198.36125.54157.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=39.22%
G=29.08%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017819400.260.190.06344.5267.3981.96
HexF0B2C201A1361594352
Octal360262302032236531103122
Binary1111000010110010110000100110101001111010101100110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2C2; }

 p { color: rgb(240,178,194); }

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

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

 a { background-color: rgb(240,178,194); }

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

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

 span { border-color: rgb(240,178,194); }

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