#F5ACAE

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

Shades of Pale Chestnut #F5ACAE

Tints of Pale Chestnut #F5ACAE

Color information

#F5ACAE (or 0xF5ACAE) is unknown color: approx Pale Chestnut. HEX triplet: F5, AC and AE. RGB value is (245,172,174). Sum of RGB (Red+Green+Blue) = 245+172+174=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ACAE is #0A5351. Grayscale: #C2C2C2. Windows color (decimal): -676690 or 11447541. OLE color: 11447541.

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

Color convert

RGB245172174-
CMYK00.300.290.04
HSL358.36º78.49%81.76%-
HSV(B)358.36º29.8%96.08%-
XYZ60.0551.9746.91-
YUV194.06116.68164.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=41.46%
G=29.10%
B=29.44%

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
Decimal24517217400.300.290.04358.3678.4981.76
HexF5ACAE01E1D41664e52
Octal365254256036354546116122
Binary1111010110101100101011100111101110110010110011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACAE; }

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

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

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

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

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

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

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

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