#F1AAAB

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

Shades of Pale Chestnut #F1AAAB

Tints of Pale Chestnut #F1AAAB

Color information

#F1AAAB (or 0xF1AAAB) is unknown color: approx Pale Chestnut. HEX triplet: F1, AA and AB. RGB value is (241,170,171). Sum of RGB (Red+Green+Blue) = 241+170+171=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAAB is #0E5554. Grayscale: #BFBFBF. Windows color (decimal): -939349 or 11250417. OLE color: 11250417.

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

Color convert

RGB241170171-
CMYK00.290.290.05
HSL359.15º71.72%80.59%-
HSV(B)359.15º29.46%94.51%-
XYZ5850.3945.2-
YUV191.34116.52163.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=41.41%
G=29.21%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117017100.290.290.05359.1571.7280.59
HexF1AAAB01D1D51674851
Octal361252253035355547110121
Binary1111000110101010101010110111011110110110110011110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAAB; }

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

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

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

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

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

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

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

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