#F2B5CA

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

Shades of Cupid #F2B5CA

Tints of Cupid #F2B5CA

Color information

#F2B5CA (or 0xF2B5CA) is unknown color: approx Cupid. HEX triplet: F2, B5 and CA. RGB value is (242,181,202). Sum of RGB (Red+Green+Blue) = 242+181+202=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CA is #0D4A35. Grayscale: #C9C9C9. Windows color (decimal): -870966 or 13284850. OLE color: 13284850.

HSL color Cylindrical-coordinate representation of color #F2B5CA: hue angle of 339.34º 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 #F2B5CA is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242181202-
CMYK00.250.170.05
HSL339.34º70.11%82.94%-
HSV(B)339.34º25.21%94.9%-
XYZ63.856.1963.36-
YUV201.63128.21156.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=38.72%
G=28.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218120200.250.170.05339.3470.1182.94
HexF2B5CA0191151534653
Octal362265312031215523106123
Binary1111001010110101110010100110011000110110101001110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5CA; }

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

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

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

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

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

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

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

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