#F1ADAE

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

Shades of Pale Chestnut #F1ADAE

Tints of Pale Chestnut #F1ADAE

Color information

#F1ADAE (or 0xF1ADAE) is unknown color: approx Pale Chestnut. HEX triplet: F1, AD and AE. RGB value is (241,173,174). Sum of RGB (Red+Green+Blue) = 241+173+174=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ADAE is #0E5251. Grayscale: #C1C1C1. Windows color (decimal): -938578 or 11447793. OLE color: 11447793.

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

Color convert

RGB241173174-
CMYK00.280.280.05
HSL359.12º70.83%81.18%-
HSV(B)359.12º28.22%94.51%-
XYZ58.8651.6446.91-
YUV193.45117.03161.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=40.99%
G=29.42%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117317400.280.280.05359.1270.8381.18
HexF1ADAE01C1C51674751
Octal361255256034345547107121
Binary1111000110101101101011100111001110010110110011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADAE; }

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

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

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

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

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

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

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

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