#F6ACAE

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

Shades of Pale Chestnut #F6ACAE

Tints of Pale Chestnut #F6ACAE

Color information

#F6ACAE (or 0xF6ACAE) is unknown color: approx Pale Chestnut. HEX triplet: F6, AC and AE. RGB value is (246,172,174). Sum of RGB (Red+Green+Blue) = 246+172+174=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6ACAE is #095351. Grayscale: #C2C2C2. Windows color (decimal): -611154 or 11447542. OLE color: 11447542.

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

Color convert

RGB246172174-
CMYK00.300.290.04
HSL358.38º80.43%81.96%-
HSV(B)358.38º30.08%96.47%-
XYZ60.452.1546.93-
YUV194.35116.52164.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=41.55%
G=29.05%
B=29.39%

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
Decimal24617217400.300.290.04358.3880.4381.96
HexF6ACAE01E1D41665052
Octal366254256036354546120122
Binary1111011010101100101011100111101110110010110011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACAE; }

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

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

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

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

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

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

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

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