#F5AAAE

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

Shades of Pale Chestnut #F5AAAE

Tints of Pale Chestnut #F5AAAE

Color information

#F5AAAE (or 0xF5AAAE) is unknown color: approx Pale Chestnut. HEX triplet: F5, AA and AE. RGB value is (245,170,174). Sum of RGB (Red+Green+Blue) = 245+170+174=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AAAE is #0A5551. Grayscale: #C0C0C0. Windows color (decimal): -677202 or 11447029. OLE color: 11447029.

HSL color Cylindrical-coordinate representation of color #F5AAAE: hue angle of 356.8º degrees, saturation: 0.79, 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 #F5AAAE is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245170174-
CMYK00.310.290.04
HSL356.8º78.95%81.37%-
HSV(B)356.8º30.61%96.08%-
XYZ59.6751.2246.79-
YUV192.88117.35165.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=41.60%
G=28.86%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517017400.310.290.04356.878.9581.37
HexF5AAAE01F1D41654f51
Octal365252256037354545117121
Binary1111010110101010101011100111111110110010110010110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AAAE; }

 p { color: rgb(245,170,174); }

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

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

 a { background-color: rgb(245,170,174); }

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

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

 span { border-color: rgb(245,170,174); }

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