#F2B2BE

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

Shades of Cupid #F2B2BE

Tints of Cupid #F2B2BE

Color information

#F2B2BE (or 0xF2B2BE) is unknown color: approx Cupid. HEX triplet: F2, B2 and BE. RGB value is (242,178,190). Sum of RGB (Red+Green+Blue) = 242+178+190=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2BE is #0D4D41. Grayscale: #C6C6C6. Windows color (decimal): -871746 or 12497650. OLE color: 12497650.

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

Color convert

RGB242178190-
CMYK00.260.210.05
HSL348.75º71.11%82.35%-
HSV(B)348.75º26.45%94.9%-
XYZ61.8354.4455.96-
YUV198.5123.2159.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 178 (69.92% from 255) = 29.18%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=39.67%
G=29.18%
B=31.15%

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
Decimal24217819000.260.210.05348.7571.1182.35
HexF2B2BE01A15515d4752
Octal362262276032255535107122
Binary1111001010110010101111100110101010110110101110110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2BE; }

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

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

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

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

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

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

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

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