#F0A9AE

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

Shades of Pale Chestnut #F0A9AE

Tints of Pale Chestnut #F0A9AE

Color information

#F0A9AE (or 0xF0A9AE) is unknown color: approx Pale Chestnut. HEX triplet: F0, A9 and AE. RGB value is (240,169,174). Sum of RGB (Red+Green+Blue) = 240+169+174=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A9AE is #0F5651. Grayscale: #BEBEBE. Windows color (decimal): -1005138 or 11446768. OLE color: 11446768.

HSL color Cylindrical-coordinate representation of color #F0A9AE: hue angle of 355.77º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9AE is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240169174-
CMYK00.300.280.06
HSL355.77º70.3%80.2%-
HSV(B)355.77º29.58%94.12%-
XYZ57.7649.9646.64-
YUV190.8118.52163.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=41.17%
G=28.99%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016917400.300.280.06355.7770.380.2
HexF0A9AE01E1C61644650
Octal360251256036346544106120
Binary1111000010101001101011100111101110011010110010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9AE; }

 p { color: rgb(240,169,174); }

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

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

 a { background-color: rgb(240,169,174); }

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

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

 span { border-color: rgb(240,169,174); }

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