#F6ABAE

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

Shades of Pale Chestnut #F6ABAE

Tints of Pale Chestnut #F6ABAE

Color information

#F6ABAE (or 0xF6ABAE) is unknown color: approx Pale Chestnut. HEX triplet: F6, AB and AE. RGB value is (246,171,174). Sum of RGB (Red+Green+Blue) = 246+171+174=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6ABAE is #095451. Grayscale: #C1C1C1. Windows color (decimal): -611410 or 11447286. OLE color: 11447286.

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

Color convert

RGB246171174-
CMYK00.300.290.04
HSL357.6º80.65%81.76%-
HSV(B)357.6º30.49%96.47%-
XYZ60.2151.7746.86-
YUV193.77116.85165.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=41.62%
G=28.93%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617117400.300.290.04357.680.6581.76
HexF6ABAE01E1D41665152
Octal366253256036354546121122
Binary1111011010101011101011100111101110110010110011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABAE; }

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

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

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

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

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

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

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

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