Shades of Shalimar #FBF8B2
Tints of Shalimar #FBF8B2
RGB
CMYK
RGB Variations
Color information
#FBF8B2 (or 0xFBF8B2) is known color: Shalimar. HEX triplet: FB, F8 and B2. RGB value is (251,248,178). Sum of RGB (Red+Green+Blue) = 251+248+178=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8B2 is #04074D. Grayscale: #F1F1F1. Windows color (decimal): -264014 or 11729147. OLE color: 11729147.
HSL color Cylindrical-coordinate representation of color #FBF8B2: hue angle of 57.53º 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 #FBF8B2 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 178 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.02 |
| HSL | 57.53º | 0.9% | 0.84% | - |
| HSV(B) | 57.53º | 0.29% | 0.98% | - |
| XYZ | 81.39 | 90.86 | 55.37 | - |
| YUV | 240.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 178 | 0 | 0.01 | 0.29 | 0.02 | 57.53 | 0.9 | 0.84 |
| Hex | FB | F8 | B2 | 0 | 1 | 1D | 2 | 3A | 5A | 54 |
| Octal | 373 | 370 | 262 | 0 | 1 | 35 | 2 | 72 | 132 | 124 |
| Binary | 11111011 | 11111000 | 10110010 | 0 | 1 | 11101 | 10 | 111010 | 1011010 | 1010100 |
Color Harmonies of #FBF8B2
Complementary color
Monochromatic Colors of #FBF8B2
Black with #FBF8B2
Text Example
Text Example
White with #FBF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8B2; }
p { color: rgb(251,248,178); }
H1.HeaderClassName
{
color: #FBF8B2;
}
.AnyTagClassName
{
color: #FBF8B2;
}
</style>
background-color css
<style>
a { background-color: #FBF8B2; }
a { background-color: rgb(251,248,178); }
div.DivClassName
{
background-color: #FBF8B2;
}
.BgClassName
{
background-color: #FBF8B2;
}
</style>
border-color css
<style>
span { border-color: #FBF8B2; }
span { border-color: rgb(251,248,178); }
td.TdClassName
{
border-color: #FBF8B2;
}
.TagClassName
{
border-color: #FBF8B2;
}
</style>