Shades of Astra #F1DBAB
Tints of Astra #F1DBAB
RGB
CMYK
RGB Variations
Color information
#F1DBAB (or 0xF1DBAB) is known color: Astra. HEX triplet: F1, DB and AB. RGB value is (241,219,171). Sum of RGB (Red+Green+Blue) = 241+219+171=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBAB is #0E2454. Grayscale: #DCDCDC. Windows color (decimal): -926805 or 11262961. OLE color: 11262961.
HSL color Cylindrical-coordinate representation of color #F1DBAB: hue angle of 41.14º 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 #F1DBAB is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 171 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 41.14º | 0.71% | 0.81% | - |
| HSV(B) | 41.14º | 0.29% | 0.95% | - |
| XYZ | 68.96 | 72.3 | 48.85 | - |
| YUV | 220.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 171 | 0 | 0.09 | 0.29 | 0.05 | 41.14 | 0.71 | 0.81 |
| Hex | F1 | DB | AB | 0 | 9 | 1D | 5 | 29 | 47 | 51 |
| Octal | 361 | 333 | 253 | 0 | 11 | 35 | 5 | 51 | 107 | 121 |
| Binary | 11110001 | 11011011 | 10101011 | 0 | 1001 | 11101 | 101 | 101001 | 1000111 | 1010001 |
Color Harmonies of #F1DBAB
Complementary color
Monochromatic Colors of #F1DBAB
Black with #F1DBAB
Text Example
Text Example
White with #F1DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBAB; }
p { color: rgb(241,219,171); }
H1.HeaderClassName
{
color: #F1DBAB;
}
.AnyTagClassName
{
color: #F1DBAB;
}
</style>
background-color css
<style>
a { background-color: #F1DBAB; }
a { background-color: rgb(241,219,171); }
div.DivClassName
{
background-color: #F1DBAB;
}
.BgClassName
{
background-color: #F1DBAB;
}
</style>
border-color css
<style>
span { border-color: #F1DBAB; }
span { border-color: rgb(241,219,171); }
td.TdClassName
{
border-color: #F1DBAB;
}
.TagClassName
{
border-color: #F1DBAB;
}
</style>