#F1A8AE

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

Shades of Pale Chestnut #F1A8AE

Tints of Pale Chestnut #F1A8AE

Color information

#F1A8AE (or 0xF1A8AE) is unknown color: approx Pale Chestnut. HEX triplet: F1, A8 and AE. RGB value is (241,168,174). Sum of RGB (Red+Green+Blue) = 241+168+174=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A8AE is #0E5751. Grayscale: #BEBEBE. Windows color (decimal): -939858 or 11446513. OLE color: 11446513.

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

Color convert

RGB241168174-
CMYK00.300.280.05
HSL355.07º72.28%80.2%-
HSV(B)355.07º30.29%94.51%-
XYZ57.9249.7646.6-
YUV190.51118.68164.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=41.34%
G=28.82%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116817400.300.280.05355.0772.2880.2
HexF1A8AE01E1C51634850
Octal361250256036345543110120
Binary1111000110101000101011100111101110010110110001110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A8AE; }

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

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

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

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

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

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

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

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