#F8AABA

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

Shades of Cupid #F8AABA

Tints of Cupid #F8AABA

Color information

#F8AABA (or 0xF8AABA) is unknown color: approx Cupid. HEX triplet: F8, AA and BA. RGB value is (248,170,186). Sum of RGB (Red+Green+Blue) = 248+170+186=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AABA is #075545. Grayscale: #C3C3C3. Windows color (decimal): -480582 or 12233464. OLE color: 12233464.

HSL color Cylindrical-coordinate representation of color #F8AABA: hue angle of 347.69º degrees, saturation: 0.85, 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 #F8AABA is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248170186-
CMYK00.310.250.03
HSL347.69º84.78%81.96%-
HSV(B)347.69º31.45%97.25%-
XYZ61.9552.2553.27-
YUV195.15122.84165.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=41.06%
G=28.15%
B=30.79%

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
Decimal24817018600.310.250.03347.6984.7881.96
HexF8AABA01F19315c5552
Octal370252272037313534125122
Binary111110001010101010111010011111110011110101110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AABA; }

 p { color: rgb(248,170,186); }

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

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

 a { background-color: rgb(248,170,186); }

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

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

 span { border-color: rgb(248,170,186); }

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