#F4ACAF

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

Shades of Pale Chestnut #F4ACAF

Tints of Pale Chestnut #F4ACAF

Color information

#F4ACAF (or 0xF4ACAF) is unknown color: approx Pale Chestnut. HEX triplet: F4, AC and AF. RGB value is (244,172,175). Sum of RGB (Red+Green+Blue) = 244+172+175=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ACAF is #0B5350. Grayscale: #C1C1C1. Windows color (decimal): -742225 or 11513076. OLE color: 11513076.

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

Color convert

RGB244172175-
CMYK00.300.280.04
HSL357.5º76.6%81.57%-
HSV(B)357.5º29.51%95.69%-
XYZ59.851.8347.41-
YUV193.87117.35163.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=41.29%
G=29.10%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417217500.300.280.04357.576.681.57
HexF4ACAF01E1C41664d52
Octal364254257036344546115122
Binary1111010010101100101011110111101110010010110011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACAF; }

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

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

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

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

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

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

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

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