#F1D9AB

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

Shades of Astra #F1D9AB

Tints of Astra #F1D9AB

Color information

#F1D9AB (or 0xF1D9AB) is unknown color: approx Astra. HEX triplet: F1, D9 and AB. RGB value is (241,217,171). Sum of RGB (Red+Green+Blue) = 241+217+171=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D9AB is #0E2654. Grayscale: #DBDBDB. Windows color (decimal): -927317 or 11262449. OLE color: 11262449.

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

Color convert

RGB241217171-
CMYK00.100.290.05
HSL39.43º71.43%80.78%-
HSV(B)39.43º29.05%94.51%-
XYZ68.4471.2748.68-
YUV218.93100.95143.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=38.31%
G=34.50%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121717100.100.290.0539.4371.4380.78
HexF1D9AB0A1D5274751
Octal36133125301235547107121
Binary111100011101100110101011010101110110110011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9AB; }

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

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

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

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

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

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

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

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