#F2ACAE

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

Shades of Pale Chestnut #F2ACAE

Tints of Pale Chestnut #F2ACAE

Color information

#F2ACAE (or 0xF2ACAE) is unknown color: approx Pale Chestnut. HEX triplet: F2, AC and AE. RGB value is (242,172,174). Sum of RGB (Red+Green+Blue) = 242+172+174=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACAE is #0D5351. Grayscale: #C1C1C1. Windows color (decimal): -873298 or 11447538. OLE color: 11447538.

HSL color Cylindrical-coordinate representation of color #F2ACAE: hue angle of 358.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACAE is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242172174-
CMYK00.290.280.05
HSL358.29º72.92%81.18%-
HSV(B)358.29º28.93%94.9%-
XYZ59.0151.4446.86-
YUV193.16117.19162.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.16%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=41.16%
G=29.25%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217217400.290.280.05358.2972.9281.18
HexF2ACAE01D1C51664951
Octal362254256035345546111121
Binary1111001010101100101011100111011110010110110011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACAE; }

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

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

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

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

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

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

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

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