#F1ACAE

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

Shades of Pale Chestnut #F1ACAE

Tints of Pale Chestnut #F1ACAE

Color information

#F1ACAE (or 0xF1ACAE) is unknown color: approx Pale Chestnut. HEX triplet: F1, AC and AE. RGB value is (241,172,174). Sum of RGB (Red+Green+Blue) = 241+172+174=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACAE is #0E5351. Grayscale: #C0C0C0. Windows color (decimal): -938834 or 11447537. OLE color: 11447537.

HSL color Cylindrical-coordinate representation of color #F1ACAE: hue angle of 358.26º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACAE is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241172174-
CMYK00.290.280.05
HSL358.26º71.13%80.98%-
HSV(B)358.26º28.63%94.51%-
XYZ58.6751.2646.85-
YUV192.86117.36162.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=41.06%
G=29.30%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117217400.290.280.05358.2671.1380.98
HexF1ACAE01D1C51664751
Octal361254256035345546107121
Binary1111000110101100101011100111011110010110110011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACAE; }

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

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

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

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

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

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

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

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