#F2AEB9

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

Shades of Cupid #F2AEB9

Tints of Cupid #F2AEB9

Color information

#F2AEB9 (or 0xF2AEB9) is unknown color: approx Cupid. HEX triplet: F2, AE and B9. RGB value is (242,174,185). Sum of RGB (Red+Green+Blue) = 242+174+185=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEB9 is #0D5146. Grayscale: #C3C3C3. Windows color (decimal): -872775 or 12168946. OLE color: 12168946.

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

Color convert

RGB242174185-
CMYK00.280.240.05
HSL350.29º72.34%81.57%-
HSV(B)350.29º28.1%94.9%-
XYZ60.5152.6552.87-
YUV195.59122.03161.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=40.27%
G=28.95%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217418500.280.240.05350.2972.3481.57
HexF2AEB901C18515e4852
Octal362256271034305536110122
Binary1111001010101110101110010111001100010110101111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEB9; }

 p { color: rgb(242,174,185); }

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

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

 a { background-color: rgb(242,174,185); }

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

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

 span { border-color: rgb(242,174,185); }

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