#F0ADAE

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

Shades of Pale Chestnut #F0ADAE

Tints of Pale Chestnut #F0ADAE

Color information

#F0ADAE (or 0xF0ADAE) is unknown color: approx Pale Chestnut. HEX triplet: F0, AD and AE. RGB value is (240,173,174). Sum of RGB (Red+Green+Blue) = 240+173+174=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADAE is #0F5251. Grayscale: #C1C1C1. Windows color (decimal): -1004114 or 11447792. OLE color: 11447792.

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

Color convert

RGB240173174-
CMYK00.280.280.06
HSL359.1º69.07%80.98%-
HSV(B)359.1º27.92%94.12%-
XYZ58.5251.4746.89-
YUV193.15117.2161.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=40.89%
G=29.47%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017317400.280.280.06359.169.0780.98
HexF0ADAE01C1C61674551
Octal360255256034346547105121
Binary1111000010101101101011100111001110011010110011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADAE; }

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

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

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

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

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

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

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

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