Shades of Shalimar #F8F8AB
Tints of Shalimar #F8F8AB
RGB
CMYK
RGB Variations
Color information
#F8F8AB (or 0xF8F8AB) is known color: Shalimar. HEX triplet: F8, F8 and AB. RGB value is (248,248,171). Sum of RGB (Red+Green+Blue) = 248+248+171=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F8AB is #070754. Grayscale: #EFEFEF. Windows color (decimal): -460629 or 11270392. OLE color: 11270392.
HSL color Cylindrical-coordinate representation of color #F8F8AB: hue angle of 60º 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 #F8F8AB is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 171 | - |
| CMYK | 0 | 0 | 0.31 | 0.03 |
| HSL | 60º | 0.85% | 0.82% | - |
| HSV(B) | 60º | 0.31% | 0.97% | - |
| XYZ | 79.63 | 90.03 | 51.71 | - |
| YUV | 239.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 171 | 0 | 0 | 0.31 | 0.03 | 60 | 0.85 | 0.82 |
| Hex | F8 | F8 | AB | 0 | 0 | 1F | 3 | 3C | 55 | 52 |
| Octal | 370 | 370 | 253 | 0 | 0 | 37 | 3 | 74 | 125 | 122 |
| Binary | 11111000 | 11111000 | 10101011 | 0 | 0 | 11111 | 11 | 111100 | 1010101 | 1010010 |
Color Harmonies of #F8F8AB
Complementary color
Monochromatic Colors of #F8F8AB
Black with #F8F8AB
Text Example
Text Example
White with #F8F8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F8AB; }
p { color: rgb(248,248,171); }
H1.HeaderClassName
{
color: #F8F8AB;
}
.AnyTagClassName
{
color: #F8F8AB;
}
</style>
background-color css
<style>
a { background-color: #F8F8AB; }
a { background-color: rgb(248,248,171); }
div.DivClassName
{
background-color: #F8F8AB;
}
.BgClassName
{
background-color: #F8F8AB;
}
</style>
border-color css
<style>
span { border-color: #F8F8AB; }
span { border-color: rgb(248,248,171); }
td.TdClassName
{
border-color: #F8F8AB;
}
.TagClassName
{
border-color: #F8F8AB;
}
</style>