#F1A7AE

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

Shades of Pale Chestnut #F1A7AE

Tints of Pale Chestnut #F1A7AE

Color information

#F1A7AE (or 0xF1A7AE) is unknown color: approx Pale Chestnut. HEX triplet: F1, A7 and AE. RGB value is (241,167,174). Sum of RGB (Red+Green+Blue) = 241+167+174=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A7AE is #0E5851. Grayscale: #BDBDBD. Windows color (decimal): -940114 or 11446257. OLE color: 11446257.

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

Color convert

RGB241167174-
CMYK00.310.280.05
HSL354.32º72.55%80%-
HSV(B)354.32º30.71%94.51%-
XYZ57.7349.3946.54-
YUV189.92119.02164.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=41.41%
G=28.69%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116717400.310.280.05354.3272.5580
HexF1A7AE01F1C51624950
Octal361247256037345542111120
Binary1111000110100111101011100111111110010110110001010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7AE; }

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

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

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

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

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

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

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

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