#F0ACAF

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

Shades of Pale Chestnut #F0ACAF

Tints of Pale Chestnut #F0ACAF

Color information

#F0ACAF (or 0xF0ACAF) is unknown color: approx Pale Chestnut. HEX triplet: F0, AC and AF. RGB value is (240,172,175). Sum of RGB (Red+Green+Blue) = 240+172+175=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACAF is #0F5350. Grayscale: #C0C0C0. Windows color (decimal): -1004369 or 11513072. OLE color: 11513072.

HSL color Cylindrical-coordinate representation of color #F0ACAF: hue angle of 357.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACAF is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240172175-
CMYK00.280.270.06
HSL357.35º69.39%80.78%-
HSV(B)357.35º28.33%94.12%-
XYZ58.4351.1347.35-
YUV192.67118.03161.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=40.89%
G=29.30%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017217500.280.270.06357.3569.3980.78
HexF0ACAF01C1B61654551
Octal360254257034336545105121
Binary1111000010101100101011110111001101111010110010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACAF; }

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

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

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

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

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

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

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

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