#F9A8AA

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

Shades of Pale Chestnut #F9A8AA

Tints of Pale Chestnut #F9A8AA

Color information

#F9A8AA (or 0xF9A8AA) is unknown color: approx Pale Chestnut. HEX triplet: F9, A8 and AA. RGB value is (249,168,170). Sum of RGB (Red+Green+Blue) = 249+168+170=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A8AA is #065755. Grayscale: #C0C0C0. Windows color (decimal): -415574 or 11184377. OLE color: 11184377.

HSL color Cylindrical-coordinate representation of color #F9A8AA: hue angle of 358.52º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A8AA is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249168170-
CMYK00.330.320.02
HSL358.52º87.1%81.76%-
HSV(B)358.52º32.53%97.65%-
XYZ60.3351.0544.7-
YUV192.45115.34168.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=42.42%
G=28.62%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916817000.330.320.02358.5287.181.76
HexF9A8AA0212021675752
Octal371250252041402547127122
Binary11111001101010001010101001000011000001010110011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A8AA; }

 p { color: rgb(249,168,170); }

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

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

 a { background-color: rgb(249,168,170); }

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

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

 span { border-color: rgb(249,168,170); }

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