Shades of Astra #F1D8AA
Tints of Astra #F1D8AA
RGB
CMYK
RGB Variations
Color information
#F1D8AA (or 0xF1D8AA) is known color: Astra. HEX triplet: F1, D8 and AA. RGB value is (241,216,170). Sum of RGB (Red+Green+Blue) = 241+216+170=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D8AA is #0E2755. Grayscale: #DADADA. Windows color (decimal): -927574 or 11196657. OLE color: 11196657.
HSL color Cylindrical-coordinate representation of color #F1D8AA: hue angle of 38.87º 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 #F1D8AA is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 170 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 38.87º | 0.72% | 0.81% | - |
| HSV(B) | 38.87º | 0.29% | 0.95% | - |
| XYZ | 68.09 | 70.71 | 48.09 | - |
| YUV | 218.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 170 | 0 | 0.10 | 0.29 | 0.05 | 38.87 | 0.72 | 0.81 |
| Hex | F1 | D8 | AA | 0 | A | 1D | 5 | 27 | 48 | 51 |
| Octal | 361 | 330 | 252 | 0 | 12 | 35 | 5 | 47 | 110 | 121 |
| Binary | 11110001 | 11011000 | 10101010 | 0 | 1010 | 11101 | 101 | 100111 | 1001000 | 1010001 |
Color Harmonies of #F1D8AA
Complementary color
Monochromatic Colors of #F1D8AA
Black with #F1D8AA
Text Example
Text Example
White with #F1D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8AA; }
p { color: rgb(241,216,170); }
H1.HeaderClassName
{
color: #F1D8AA;
}
.AnyTagClassName
{
color: #F1D8AA;
}
</style>
background-color css
<style>
a { background-color: #F1D8AA; }
a { background-color: rgb(241,216,170); }
div.DivClassName
{
background-color: #F1D8AA;
}
.BgClassName
{
background-color: #F1D8AA;
}
</style>
border-color css
<style>
span { border-color: #F1D8AA; }
span { border-color: rgb(241,216,170); }
td.TdClassName
{
border-color: #F1D8AA;
}
.TagClassName
{
border-color: #F1D8AA;
}
</style>