#F2B4C3

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

Shades of Cupid #F2B4C3

Tints of Cupid #F2B4C3

Color information

#F2B4C3 (or 0xF2B4C3) is unknown color: approx Cupid. HEX triplet: F2, B4 and C3. RGB value is (242,180,195). Sum of RGB (Red+Green+Blue) = 242+180+195=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4C3 is #0D4B3C. Grayscale: #C8C8C8. Windows color (decimal): -871229 or 12825842. OLE color: 12825842.

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

Color convert

RGB242180195-
CMYK00.260.190.05
HSL345.48º70.45%82.75%-
HSV(B)345.48º25.62%94.9%-
XYZ62.7955.4659.03-
YUV200.25125.04157.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=39.22%
G=29.17%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218019500.260.190.05345.4870.4582.75
HexF2B4C301A1351594653
Octal362264303032235531106123
Binary1111001010110100110000110110101001110110101100110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4C3; }

 p { color: rgb(242,180,195); }

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

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

 a { background-color: rgb(242,180,195); }

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

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

 span { border-color: rgb(242,180,195); }

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