#F4A9AA

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

Shades of Pale Chestnut #F4A9AA

Tints of Pale Chestnut #F4A9AA

Color information

#F4A9AA (or 0xF4A9AA) is unknown color: approx Pale Chestnut. HEX triplet: F4, A9 and AA. RGB value is (244,169,170). Sum of RGB (Red+Green+Blue) = 244+169+170=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A9AA is #0B5655. Grayscale: #BFBFBF. Windows color (decimal): -742998 or 11184628. OLE color: 11184628.

HSL color Cylindrical-coordinate representation of color #F4A9AA: hue angle of 359.2º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A9AA is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244169170-
CMYK00.310.300.04
HSL359.2º77.32%80.98%-
HSV(B)359.2º30.74%95.69%-
XYZ58.7550.5144.68-
YUV191.54115.85165.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.85%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=41.85%
G=28.99%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416917000.310.300.04359.277.3280.98
HexF4A9AA01F1E41674d51
Octal364251252037364547115121
Binary1111010010101001101010100111111111010010110011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A9AA; }

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

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

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

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

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

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

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

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