#F4AAAF

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

Shades of Pale Chestnut #F4AAAF

Tints of Pale Chestnut #F4AAAF

Color information

#F4AAAF (or 0xF4AAAF) is unknown color: approx Pale Chestnut. HEX triplet: F4, AA and AF. RGB value is (244,170,175). Sum of RGB (Red+Green+Blue) = 244+170+175=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AAAF is #0B5550. Grayscale: #C0C0C0. Windows color (decimal): -742737 or 11512564. OLE color: 11512564.

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

Color convert

RGB244170175-
CMYK00.300.280.04
HSL355.95º77.08%81.18%-
HSV(B)355.95º30.33%95.69%-
XYZ59.4251.0847.28-
YUV192.7118.02164.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.43%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=41.43%
G=28.86%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417017500.300.280.04355.9577.0881.18
HexF4AAAF01E1C41644d51
Octal364252257036344544115121
Binary1111010010101010101011110111101110010010110010010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AAAF; }

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

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

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

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

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

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

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

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