Shades of Shalimar #F8F2AB
Tints of Shalimar #F8F2AB
RGB
CMYK
RGB Variations
Color information
#F8F2AB (or 0xF8F2AB) is known color: Shalimar. HEX triplet: F8, F2 and AB. RGB value is (248,242,171). Sum of RGB (Red+Green+Blue) = 248+242+171=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F2AB is #070D54. Grayscale: #EBEBEB. Windows color (decimal): -462165 or 11268856. OLE color: 11268856.
HSL color Cylindrical-coordinate representation of color #F8F2AB: hue angle of 55.32º 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 #F8F2AB is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 171 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.03 |
| HSL | 55.32º | 0.85% | 0.82% | - |
| HSV(B) | 55.32º | 0.31% | 0.97% | - |
| XYZ | 77.81 | 86.4 | 51.1 | - |
| YUV | 235.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 171 | 0 | 0.02 | 0.31 | 0.03 | 55.32 | 0.85 | 0.82 |
| Hex | F8 | F2 | AB | 0 | 2 | 1F | 3 | 37 | 55 | 52 |
| Octal | 370 | 362 | 253 | 0 | 2 | 37 | 3 | 67 | 125 | 122 |
| Binary | 11111000 | 11110010 | 10101011 | 0 | 10 | 11111 | 11 | 110111 | 1010101 | 1010010 |
Color Harmonies of #F8F2AB
Complementary color
Monochromatic Colors of #F8F2AB
Black with #F8F2AB
Text Example
Text Example
White with #F8F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2AB; }
p { color: rgb(248,242,171); }
H1.HeaderClassName
{
color: #F8F2AB;
}
.AnyTagClassName
{
color: #F8F2AB;
}
</style>
background-color css
<style>
a { background-color: #F8F2AB; }
a { background-color: rgb(248,242,171); }
div.DivClassName
{
background-color: #F8F2AB;
}
.BgClassName
{
background-color: #F8F2AB;
}
</style>
border-color css
<style>
span { border-color: #F8F2AB; }
span { border-color: rgb(248,242,171); }
td.TdClassName
{
border-color: #F8F2AB;
}
.TagClassName
{
border-color: #F8F2AB;
}
</style>