#F0AAAE

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

Shades of Pale Chestnut #F0AAAE

Tints of Pale Chestnut #F0AAAE

Color information

#F0AAAE (or 0xF0AAAE) is unknown color: approx Pale Chestnut. HEX triplet: F0, AA and AE. RGB value is (240,170,174). Sum of RGB (Red+Green+Blue) = 240+170+174=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAAE is #0F5551. Grayscale: #BFBFBF. Windows color (decimal): -1004882 or 11447024. OLE color: 11447024.

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

Color convert

RGB240170174-
CMYK00.290.280.06
HSL356.57º70%80.39%-
HSV(B)356.57º29.17%94.12%-
XYZ57.9550.3346.7-
YUV191.39118.19162.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=41.10%
G=29.11%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017017400.290.280.06356.577080.39
HexF0AAAE01D1C61654650
Octal360252256035346545106120
Binary1111000010101010101011100111011110011010110010110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AAAE; }

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

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

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

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

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

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

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

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