#F2B5BF

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

Shades of Cupid #F2B5BF

Tints of Cupid #F2B5BF

Color information

#F2B5BF (or 0xF2B5BF) is unknown color: approx Cupid. HEX triplet: F2, B5 and BF. RGB value is (242,181,191). Sum of RGB (Red+Green+Blue) = 242+181+191=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5BF is #0D4A40. Grayscale: #C8C8C8. Windows color (decimal): -870977 or 12563954. OLE color: 12563954.

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

Color convert

RGB242181191-
CMYK00.250.210.05
HSL350.16º70.11%82.94%-
HSV(B)350.16º25.21%94.9%-
XYZ62.5555.6956.74-
YUV200.38122.71157.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 191 (75% from 255) = 31.11%
R=39.41%
G=29.48%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218119100.250.210.05350.1670.1182.94
HexF2B5BF01915515e4653
Octal362265277031255536106123
Binary1111001010110101101111110110011010110110101111010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5BF; }

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

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

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

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

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

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

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

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