#F1AAAF

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

Shades of Pale Chestnut #F1AAAF

Tints of Pale Chestnut #F1AAAF

Color information

#F1AAAF (or 0xF1AAAF) is unknown color: approx Pale Chestnut. HEX triplet: F1, AA and AF. RGB value is (241,170,175). Sum of RGB (Red+Green+Blue) = 241+170+175=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAAF is #0E5550. Grayscale: #BFBFBF. Windows color (decimal): -939345 or 11512561. OLE color: 11512561.

HSL color Cylindrical-coordinate representation of color #F1AAAF: hue angle of 355.77º degrees, saturation: 0.72, 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 #F1AAAF is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241170175-
CMYK00.290.270.05
HSL355.77º71.72%80.59%-
HSV(B)355.77º29.46%94.51%-
XYZ58.3950.5547.24-
YUV191.8118.52163.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=41.13%
G=29.01%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117017500.290.270.05355.7771.7280.59
HexF1AAAF01D1B51644851
Octal361252257035335544110121
Binary1111000110101010101011110111011101110110110010010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAAF; }

 p { color: rgb(241,170,175); }

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

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

 a { background-color: rgb(241,170,175); }

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

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

 span { border-color: rgb(241,170,175); }

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