#F8AABD

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

Shades of Cupid #F8AABD

Tints of Cupid #F8AABD

Color information

#F8AABD (or 0xF8AABD) is unknown color: approx Cupid. HEX triplet: F8, AA and BD. RGB value is (248,170,189). Sum of RGB (Red+Green+Blue) = 248+170+189=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AABD is #075542. Grayscale: #C3C3C3. Windows color (decimal): -480579 or 12430072. OLE color: 12430072.

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

Color convert

RGB248170189-
CMYK00.310.240.03
HSL345.38º84.78%81.96%-
HSV(B)345.38º31.45%97.25%-
XYZ62.2752.3854.97-
YUV195.49124.34165.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=40.86%
G=28.01%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817018900.310.240.03345.3884.7881.96
HexF8AABD01F1831595552
Octal370252275037303531125122
Binary111110001010101010111101011111110001110101100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AABD; }

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

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

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

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

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

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

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

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