#F8A9AA

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

Shades of Pale Chestnut #F8A9AA

Tints of Pale Chestnut #F8A9AA

Color information

#F8A9AA (or 0xF8A9AA) is unknown color: approx Pale Chestnut. HEX triplet: F8, A9 and AA. RGB value is (248,169,170). Sum of RGB (Red+Green+Blue) = 248+169+170=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A9AA is #075655. Grayscale: #C0C0C0. Windows color (decimal): -480854 or 11184632. OLE color: 11184632.

HSL color Cylindrical-coordinate representation of color #F8A9AA: hue angle of 359.24º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9AA is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248169170-
CMYK00.320.310.03
HSL359.24º84.95%81.76%-
HSV(B)359.24º31.85%97.25%-
XYZ60.1651.2344.75-
YUV192.74115.17167.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=42.25%
G=28.79%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816917000.320.310.03359.2484.9581.76
HexF8A9AA0201F31675552
Octal370251252040373547125122
Binary1111100010101001101010100100000111111110110011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9AA; }

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

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

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

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

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

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

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

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