#F2ADAE

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

Shades of Pale Chestnut #F2ADAE

Tints of Pale Chestnut #F2ADAE

Color information

#F2ADAE (or 0xF2ADAE) is unknown color: approx Pale Chestnut. HEX triplet: F2, AD and AE. RGB value is (242,173,174). Sum of RGB (Red+Green+Blue) = 242+173+174=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADAE is #0D5251. Grayscale: #C1C1C1. Windows color (decimal): -873042 or 11447794. OLE color: 11447794.

HSL color Cylindrical-coordinate representation of color #F2ADAE: hue angle of 359.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADAE is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242173174-
CMYK00.290.280.05
HSL359.13º72.63%81.37%-
HSV(B)359.13º28.51%94.9%-
XYZ59.251.8246.93-
YUV193.74116.86162.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=41.09%
G=29.37%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217317400.290.280.05359.1372.6381.37
HexF2ADAE01D1C51674951
Octal362255256035345547111121
Binary1111001010101101101011100111011110010110110011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADAE; }

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

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

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

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

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

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

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

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