#F0ACAD

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

Shades of Pale Chestnut #F0ACAD

Tints of Pale Chestnut #F0ACAD

Color information

#F0ACAD (or 0xF0ACAD) is unknown color: approx Pale Chestnut. HEX triplet: F0, AC and AD. RGB value is (240,172,173). Sum of RGB (Red+Green+Blue) = 240+172+173=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACAD is #0F5352. Grayscale: #C0C0C0. Windows color (decimal): -1004371 or 11382000. OLE color: 11382000.

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

Color convert

RGB240172173-
CMYK00.280.280.06
HSL359.12º69.39%80.78%-
HSV(B)359.12º28.33%94.12%-
XYZ58.2351.0546.32-
YUV192.45117.03161.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=41.03%
G=29.40%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017217300.280.280.06359.1269.3980.78
HexF0ACAD01C1C61674551
Octal360254255034346547105121
Binary1111000010101100101011010111001110011010110011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACAD; }

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

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

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

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

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

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

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

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