#F6AAAB

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

Shades of Pale Chestnut #F6AAAB

Tints of Pale Chestnut #F6AAAB

Color information

#F6AAAB (or 0xF6AAAB) is unknown color: approx Pale Chestnut. HEX triplet: F6, AA and AB. RGB value is (246,170,171). Sum of RGB (Red+Green+Blue) = 246+170+171=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AAAB is #095554. Grayscale: #C0C0C0. Windows color (decimal): -611669 or 11250422. OLE color: 11250422.

HSL color Cylindrical-coordinate representation of color #F6AAAB: hue angle of 359.21º 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 #F6AAAB is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246170171-
CMYK00.310.300.04
HSL359.21º80.85%81.57%-
HSV(B)359.21º30.89%96.47%-
XYZ59.7351.2845.28-
YUV192.84115.68165.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=41.91%
G=28.96%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617017100.310.300.04359.2180.8581.57
HexF6AAAB01F1E41675152
Octal366252253037364547121122
Binary1111011010101010101010110111111111010010110011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAAB; }

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

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

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

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

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

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

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

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