#F2ACAF

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

Shades of Pale Chestnut #F2ACAF

Tints of Pale Chestnut #F2ACAF

Color information

#F2ACAF (or 0xF2ACAF) is unknown color: approx Pale Chestnut. HEX triplet: F2, AC and AF. RGB value is (242,172,175). Sum of RGB (Red+Green+Blue) = 242+172+175=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACAF is #0D5350. Grayscale: #C1C1C1. Windows color (decimal): -873297 or 11513074. OLE color: 11513074.

HSL color Cylindrical-coordinate representation of color #F2ACAF: hue angle of 357.43º 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 #F2ACAF is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242172175-
CMYK00.290.280.05
HSL357.43º72.92%81.18%-
HSV(B)357.43º28.93%94.9%-
XYZ59.1151.4847.38-
YUV193.27117.69162.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=41.09%
G=29.20%
B=29.71%

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
Decimal24217217500.290.280.05357.4372.9281.18
HexF2ACAF01D1C51654951
Octal362254257035345545111121
Binary1111001010101100101011110111011110010110110010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACAF; }

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

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

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

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

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

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

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

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