#F0AAAB

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

Shades of Pale Chestnut #F0AAAB

Tints of Pale Chestnut #F0AAAB

Color information

#F0AAAB (or 0xF0AAAB) is unknown color: approx Pale Chestnut. HEX triplet: F0, AA and AB. RGB value is (240,170,171). Sum of RGB (Red+Green+Blue) = 240+170+171=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAAB is #0F5554. Grayscale: #BFBFBF. Windows color (decimal): -1004885 or 11250416. OLE color: 11250416.

HSL color Cylindrical-coordinate representation of color #F0AAAB: hue angle of 359.14º 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 #F0AAAB is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240170171-
CMYK00.290.290.06
HSL359.14º70%80.39%-
HSV(B)359.14º29.17%94.12%-
XYZ57.6650.2145.18-
YUV191.04116.69162.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=41.31%
G=29.26%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017017100.290.290.06359.147080.39
HexF0AAAB01D1D61674650
Octal360252253035356547106120
Binary1111000010101010101010110111011110111010110011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AAAB; }

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

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

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

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

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

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

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

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