#F6AAB9

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

Shades of Cupid #F6AAB9

Tints of Cupid #F6AAB9

Color information

#F6AAB9 (or 0xF6AAB9) is unknown color: approx Cupid. HEX triplet: F6, AA and B9. RGB value is (246,170,185). Sum of RGB (Red+Green+Blue) = 246+170+185=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAB9 is #095546. Grayscale: #C2C2C2. Windows color (decimal): -611655 or 12167926. OLE color: 12167926.

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

Color convert

RGB246170185-
CMYK00.310.250.04
HSL348.16º80.85%81.57%-
HSV(B)348.16º30.89%96.47%-
XYZ61.1451.8552.68-
YUV194.43122.68164.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=40.93%
G=28.29%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617018500.310.250.04348.1680.8581.57
HexF6AAB901F19415c5152
Octal366252271037314534121122
Binary1111011010101010101110010111111100110010101110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAB9; }

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

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

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

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

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

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

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

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