Shades of Shalimar #F8FBB2
Tints of Shalimar #F8FBB2
RGB
CMYK
RGB Variations
Color information
#F8FBB2 (or 0xF8FBB2) is known color: Shalimar. HEX triplet: F8, FB and B2. RGB value is (248,251,178). Sum of RGB (Red+Green+Blue) = 248+251+178=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBB2 is #07044D. Grayscale: #F2F2F2. Windows color (decimal): -459854 or 11729912. OLE color: 11729912.
HSL color Cylindrical-coordinate representation of color #F8FBB2: hue angle of 62.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8FBB2 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 178 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.02 |
| HSL | 62.47º | 0.9% | 0.84% | - |
| HSV(B) | 62.47º | 0.29% | 0.98% | - |
| XYZ | 81.24 | 92.17 | 55.63 | - |
| YUV | 241.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 178 | 0.01 | 0 | 0.29 | 0.02 | 62.47 | 0.9 | 0.84 |
| Hex | F8 | FB | B2 | 1 | 0 | 1D | 2 | 3E | 5A | 54 |
| Octal | 370 | 373 | 262 | 1 | 0 | 35 | 2 | 76 | 132 | 124 |
| Binary | 11111000 | 11111011 | 10110010 | 1 | 0 | 11101 | 10 | 111110 | 1011010 | 1010100 |
Color Harmonies of #F8FBB2
Complementary color
Monochromatic Colors of #F8FBB2
Black with #F8FBB2
Text Example
Text Example
White with #F8FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FBB2; }
p { color: rgb(248,251,178); }
H1.HeaderClassName
{
color: #F8FBB2;
}
.AnyTagClassName
{
color: #F8FBB2;
}
</style>
background-color css
<style>
a { background-color: #F8FBB2; }
a { background-color: rgb(248,251,178); }
div.DivClassName
{
background-color: #F8FBB2;
}
.BgClassName
{
background-color: #F8FBB2;
}
</style>
border-color css
<style>
span { border-color: #F8FBB2; }
span { border-color: rgb(248,251,178); }
td.TdClassName
{
border-color: #F8FBB2;
}
.TagClassName
{
border-color: #F8FBB2;
}
</style>