#F8AABE

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

Shades of Cupid #F8AABE

Tints of Cupid #F8AABE

Color information

#F8AABE (or 0xF8AABE) is unknown color: approx Cupid. HEX triplet: F8, AA and BE. RGB value is (248,170,190). Sum of RGB (Red+Green+Blue) = 248+170+190=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AABE is #075541. Grayscale: #C3C3C3. Windows color (decimal): -480578 or 12495608. OLE color: 12495608.

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

Color convert

RGB248170190-
CMYK00.310.230.03
HSL344.62º84.78%81.96%-
HSV(B)344.62º31.45%97.25%-
XYZ62.3852.4255.55-
YUV195.6124.84165.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=40.79%
G=27.96%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817019000.310.230.03344.6284.7881.96
HexF8AABE01F1731595552
Octal370252276037273531125122
Binary111110001010101010111110011111101111110101100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AABE; }

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

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

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

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

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

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

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

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