Shades of Shalimar #F8FBB0
Tints of Shalimar #F8FBB0
RGB
CMYK
RGB Variations
Color information
#F8FBB0 (or 0xF8FBB0) is known color: Shalimar. HEX triplet: F8, FB and B0. RGB value is (248,251,176). Sum of RGB (Red+Green+Blue) = 248+251+176=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBB0 is #07044F. Grayscale: #F1F1F1. Windows color (decimal): -459856 or 11598840. OLE color: 11598840.
HSL color Cylindrical-coordinate representation of color #F8FBB0: hue angle of 62.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8FBB0 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 176 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.02 |
| HSL | 62.4º | 0.9% | 0.84% | - |
| HSV(B) | 62.4º | 0.3% | 0.98% | - |
| XYZ | 81.05 | 92.09 | 54.58 | - |
| YUV | 241.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 176 | 0.01 | 0 | 0.30 | 0.02 | 62.4 | 0.9 | 0.84 |
| Hex | F8 | FB | B0 | 1 | 0 | 1E | 2 | 3E | 5A | 54 |
| Octal | 370 | 373 | 260 | 1 | 0 | 36 | 2 | 76 | 132 | 124 |
| Binary | 11111000 | 11111011 | 10110000 | 1 | 0 | 11110 | 10 | 111110 | 1011010 | 1010100 |
Color Harmonies of #F8FBB0
Complementary color
Monochromatic Colors of #F8FBB0
Black with #F8FBB0
Text Example
Text Example
White with #F8FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FBB0; }
p { color: rgb(248,251,176); }
H1.HeaderClassName
{
color: #F8FBB0;
}
.AnyTagClassName
{
color: #F8FBB0;
}
</style>
background-color css
<style>
a { background-color: #F8FBB0; }
a { background-color: rgb(248,251,176); }
div.DivClassName
{
background-color: #F8FBB0;
}
.BgClassName
{
background-color: #F8FBB0;
}
</style>
border-color css
<style>
span { border-color: #F8FBB0; }
span { border-color: rgb(248,251,176); }
td.TdClassName
{
border-color: #F8FBB0;
}
.TagClassName
{
border-color: #F8FBB0;
}
</style>