#F1A4AA

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

Shades of Pale Chestnut #F1A4AA

Tints of Pale Chestnut #F1A4AA

Color information

#F1A4AA (or 0xF1A4AA) is unknown color: approx Pale Chestnut. HEX triplet: F1, A4 and AA. RGB value is (241,164,170). Sum of RGB (Red+Green+Blue) = 241+164+170=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A4AA is #0E5B55. Grayscale: #BBBBBB. Windows color (decimal): -940886 or 11183345. OLE color: 11183345.

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

Color convert

RGB241164170-
CMYK00.320.290.05
HSL355.32º73.33%79.41%-
HSV(B)355.32º31.95%94.51%-
XYZ56.8148.1544.33-
YUV187.71118.01166.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=41.91%
G=28.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116417000.320.290.05355.3273.3379.41
HexF1A4AA0201D5163494f
Octal361244252040355543111117
Binary11110001101001001010101001000001110110110110001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4AA; }

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

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

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

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

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

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

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

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