#F2B1BE

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

Shades of Cupid #F2B1BE

Tints of Cupid #F2B1BE

Color information

#F2B1BE (or 0xF2B1BE) is unknown color: approx Cupid. HEX triplet: F2, B1 and BE. RGB value is (242,177,190). Sum of RGB (Red+Green+Blue) = 242+177+190=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1BE is #0D4E41. Grayscale: #C5C5C5. Windows color (decimal): -872002 or 12497394. OLE color: 12497394.

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

Color convert

RGB242177190-
CMYK00.270.210.05
HSL348º71.43%82.16%-
HSV(B)348º26.86%94.9%-
XYZ61.6354.0455.9-
YUV197.92123.53159.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 177 (69.53% from 255) = 29.06%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=39.74%
G=29.06%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217719000.270.210.0534871.4382.16
HexF2B1BE01B15515c4752
Octal362261276033255534107122
Binary1111001010110001101111100110111010110110101110010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1BE; }

 p { color: rgb(242,177,190); }

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

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

 a { background-color: rgb(242,177,190); }

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

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

 span { border-color: rgb(242,177,190); }

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