Shades of Shalimar #F8F0AB
Tints of Shalimar #F8F0AB
RGB
CMYK
RGB Variations
Color information
#F8F0AB (or 0xF8F0AB) is known color: Shalimar. HEX triplet: F8, F0 and AB. RGB value is (248,240,171). Sum of RGB (Red+Green+Blue) = 248+240+171=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F0AB is #070F54. Grayscale: #EAEAEA. Windows color (decimal): -462677 or 11268344. OLE color: 11268344.
HSL color Cylindrical-coordinate representation of color #F8F0AB: hue angle of 53.77º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8F0AB is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 171 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.03 |
| HSL | 53.77º | 0.85% | 0.82% | - |
| HSV(B) | 53.77º | 0.31% | 0.97% | - |
| XYZ | 77.22 | 85.22 | 50.91 | - |
| YUV | 234.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 171 | 0 | 0.03 | 0.31 | 0.03 | 53.77 | 0.85 | 0.82 |
| Hex | F8 | F0 | AB | 0 | 3 | 1F | 3 | 36 | 55 | 52 |
| Octal | 370 | 360 | 253 | 0 | 3 | 37 | 3 | 66 | 125 | 122 |
| Binary | 11111000 | 11110000 | 10101011 | 0 | 11 | 11111 | 11 | 110110 | 1010101 | 1010010 |
Color Harmonies of #F8F0AB
Complementary color
Monochromatic Colors of #F8F0AB
Black with #F8F0AB
Text Example
Text Example
White with #F8F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0AB; }
p { color: rgb(248,240,171); }
H1.HeaderClassName
{
color: #F8F0AB;
}
.AnyTagClassName
{
color: #F8F0AB;
}
</style>
background-color css
<style>
a { background-color: #F8F0AB; }
a { background-color: rgb(248,240,171); }
div.DivClassName
{
background-color: #F8F0AB;
}
.BgClassName
{
background-color: #F8F0AB;
}
</style>
border-color css
<style>
span { border-color: #F8F0AB; }
span { border-color: rgb(248,240,171); }
td.TdClassName
{
border-color: #F8F0AB;
}
.TagClassName
{
border-color: #F8F0AB;
}
</style>