#F4ACAE

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

Shades of Pale Chestnut #F4ACAE

Tints of Pale Chestnut #F4ACAE

Color information

#F4ACAE (or 0xF4ACAE) is unknown color: approx Pale Chestnut. HEX triplet: F4, AC and AE. RGB value is (244,172,174). Sum of RGB (Red+Green+Blue) = 244+172+174=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ACAE is #0B5351. Grayscale: #C1C1C1. Windows color (decimal): -742226 or 11447540. OLE color: 11447540.

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

Color convert

RGB244172174-
CMYK00.300.290.04
HSL358.33º76.6%81.57%-
HSV(B)358.33º29.51%95.69%-
XYZ59.751.7946.9-
YUV193.76116.85163.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=41.36%
G=29.15%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417217400.300.290.04358.3376.681.57
HexF4ACAE01E1D41664d52
Octal364254256036354546115122
Binary1111010010101100101011100111101110110010110011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACAE; }

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

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

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

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

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

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

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

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