#F6A9AE

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

Shades of Pale Chestnut #F6A9AE

Tints of Pale Chestnut #F6A9AE

Color information

#F6A9AE (or 0xF6A9AE) is unknown color: approx Pale Chestnut. HEX triplet: F6, A9 and AE. RGB value is (246,169,174). Sum of RGB (Red+Green+Blue) = 246+169+174=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A9AE is #095651. Grayscale: #C0C0C0. Windows color (decimal): -611922 or 11446774. OLE color: 11446774.

HSL color Cylindrical-coordinate representation of color #F6A9AE: hue angle of 356.1º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9AE is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246169174-
CMYK00.310.290.04
HSL356.1º81.05%81.37%-
HSV(B)356.1º31.3%96.47%-
XYZ59.8351.0246.74-
YUV192.59117.51166.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=41.77%
G=28.69%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616917400.310.290.04356.181.0581.37
HexF6A9AE01F1D41645151
Octal366251256037354544121121
Binary1111011010101001101011100111111110110010110010010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A9AE; }

 p { color: rgb(246,169,174); }

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

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

 a { background-color: rgb(246,169,174); }

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

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

 span { border-color: rgb(246,169,174); }

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