Shades of Astra #F0DBA8
Tints of Astra #F0DBA8
RGB
CMYK
RGB Variations
Color information
#F0DBA8 (or 0xF0DBA8) is known color: Astra. HEX triplet: F0, DB and A8. RGB value is (240,219,168). Sum of RGB (Red+Green+Blue) = 240+219+168=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBA8 is #0F2457. Grayscale: #DBDBDB. Windows color (decimal): -992344 or 11066352. OLE color: 11066352.
HSL color Cylindrical-coordinate representation of color #F0DBA8: hue angle of 42.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DBA8 is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 168 | - |
| CMYK | 0 | 0.09 | 0.3 | 0.06 |
| HSL | 42.5º | 0.71% | 0.8% | - |
| HSV(B) | 42.5º | 0.3% | 0.94% | - |
| XYZ | 68.33 | 72.02 | 47.34 | - |
| YUV | 219.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 168 | 0 | 0.09 | 0.3 | 0.06 | 42.5 | 0.71 | 0.8 |
| Hex | F0 | DB | A8 | 0 | 9 | 1E | 6 | 2A | 47 | 50 |
| Octal | 360 | 333 | 250 | 0 | 11 | 36 | 6 | 52 | 107 | 120 |
| Binary | 11110000 | 11011011 | 10101000 | 0 | 1001 | 11110 | 110 | 101010 | 1000111 | 1010000 |
Color Harmonies of #F0DBA8
Complementary color
Monochromatic Colors of #F0DBA8
Black with #F0DBA8
Text Example
Text Example
White with #F0DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBA8; }
p { color: rgb(240,219,168); }
H1.HeaderClassName
{
color: #F0DBA8;
}
.AnyTagClassName
{
color: #F0DBA8;
}
</style>
background-color css
<style>
a { background-color: #F0DBA8; }
a { background-color: rgb(240,219,168); }
div.DivClassName
{
background-color: #F0DBA8;
}
.BgClassName
{
background-color: #F0DBA8;
}
</style>
border-color css
<style>
span { border-color: #F0DBA8; }
span { border-color: rgb(240,219,168); }
td.TdClassName
{
border-color: #F0DBA8;
}
.TagClassName
{
border-color: #F0DBA8;
}
</style>