#F8AABF

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

Shades of Cupid #F8AABF

Tints of Cupid #F8AABF

Color information

#F8AABF (or 0xF8AABF) is unknown color: approx Cupid. HEX triplet: F8, AA and BF. RGB value is (248,170,191). Sum of RGB (Red+Green+Blue) = 248+170+191=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AABF is #075540. Grayscale: #C3C3C3. Windows color (decimal): -480577 or 12561144. OLE color: 12561144.

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

Color convert

RGB248170191-
CMYK00.310.230.03
HSL343.85º84.78%81.96%-
HSV(B)343.85º31.45%97.25%-
XYZ62.4952.4756.12-
YUV195.72125.34165.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 191 (75% from 255) = 31.36%
R=40.72%
G=27.91%
B=31.36%

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
Decimal24817019100.310.230.03343.8584.7881.96
HexF8AABF01F1731585552
Octal370252277037273530125122
Binary111110001010101010111111011111101111110101100010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AABF; }

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

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

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

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

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

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

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

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