#F2B2BF

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

Shades of Cupid #F2B2BF

Tints of Cupid #F2B2BF

Color information

#F2B2BF (or 0xF2B2BF) is unknown color: approx Cupid. HEX triplet: F2, B2 and BF. RGB value is (242,178,191). Sum of RGB (Red+Green+Blue) = 242+178+191=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2BF is #0D4D40. Grayscale: #C6C6C6. Windows color (decimal): -871745 or 12563186. OLE color: 12563186.

HSL color Cylindrical-coordinate representation of color #F2B2BF: hue angle of 347.81º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B2BF is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242178191-
CMYK00.260.210.05
HSL347.81º71.11%82.35%-
HSV(B)347.81º26.45%94.9%-
XYZ61.9454.4856.54-
YUV198.62123.7158.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 191 (75% from 255) = 31.26%
R=39.61%
G=29.13%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217819100.260.210.05347.8171.1182.35
HexF2B2BF01A15515c4752
Octal362262277032255534107122
Binary1111001010110010101111110110101010110110101110010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2BF; }

 p { color: rgb(242,178,191); }

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

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

 a { background-color: rgb(242,178,191); }

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

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

 span { border-color: rgb(242,178,191); }

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