#F7AAB9

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

Shades of Cupid #F7AAB9

Tints of Cupid #F7AAB9

Color information

#F7AAB9 (or 0xF7AAB9) is unknown color: approx Cupid. HEX triplet: F7, AA and B9. RGB value is (247,170,185). Sum of RGB (Red+Green+Blue) = 247+170+185=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAB9 is #085546. Grayscale: #C2C2C2. Windows color (decimal): -546119 or 12167927. OLE color: 12167927.

HSL color Cylindrical-coordinate representation of color #F7AAB9: hue angle of 348.31º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAB9 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247170185-
CMYK00.310.250.03
HSL348.31º82.8%81.76%-
HSV(B)348.31º31.17%96.86%-
XYZ61.4952.0352.7-
YUV194.73122.51165.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=41.03%
G=28.24%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717018500.310.250.03348.3182.881.76
HexF7AAB901F19315c5352
Octal367252271037313534123122
Binary111101111010101010111001011111110011110101110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAB9; }

 p { color: rgb(247,170,185); }

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

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

 a { background-color: rgb(247,170,185); }

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

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

 span { border-color: rgb(247,170,185); }

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