#F0AEB0

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

Shades of Pale Chestnut #F0AEB0

Tints of Pale Chestnut #F0AEB0

Color information

#F0AEB0 (or 0xF0AEB0) is unknown color: approx Pale Chestnut. HEX triplet: F0, AE and B0. RGB value is (240,174,176). Sum of RGB (Red+Green+Blue) = 240+174+176=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEB0 is #0F514F. Grayscale: #C2C2C2. Windows color (decimal): -1003856 or 11579120. OLE color: 11579120.

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

Color convert

RGB240174176-
CMYK00.280.270.06
HSL358.18º68.75%81.18%-
HSV(B)358.18º27.5%94.12%-
XYZ58.9151.9347.99-
YUV193.96117.87160.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=40.68%
G=29.49%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017417600.280.270.06358.1868.7581.18
HexF0AEB001C1B61664551
Octal360256260034336546105121
Binary1111000010101110101100000111001101111010110011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEB0; }

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

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

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

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

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

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

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

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