#F6AAAE

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

Shades of Pale Chestnut #F6AAAE

Tints of Pale Chestnut #F6AAAE

Color information

#F6AAAE (or 0xF6AAAE) is unknown color: approx Pale Chestnut. HEX triplet: F6, AA and AE. RGB value is (246,170,174). Sum of RGB (Red+Green+Blue) = 246+170+174=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AAAE is #095551. Grayscale: #C1C1C1. Windows color (decimal): -611666 or 11447030. OLE color: 11447030.

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

Color convert

RGB246170174-
CMYK00.310.290.04
HSL356.84º80.85%81.57%-
HSV(B)356.84º30.89%96.47%-
XYZ60.0251.446.8-
YUV193.18117.18165.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=41.69%
G=28.81%
B=29.49%

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
Decimal24617017400.310.290.04356.8480.8581.57
HexF6AAAE01F1D41655152
Octal366252256037354545121122
Binary1111011010101010101011100111111110110010110010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAAE; }

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

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

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

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

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

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

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

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