Shades of Shalimar #FBF7B2
Tints of Shalimar #FBF7B2
RGB
CMYK
RGB Variations
Color information
#FBF7B2 (or 0xFBF7B2) is known color: Shalimar. HEX triplet: FB, F7 and B2. RGB value is (251,247,178). Sum of RGB (Red+Green+Blue) = 251+247+178=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 178 (69.92% from 255 or 26.33% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7B2 is #04084D. Grayscale: #F0F0F0. Windows color (decimal): -264270 or 11728891. OLE color: 11728891.
HSL color Cylindrical-coordinate representation of color #FBF7B2: hue angle of 56.71º 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 #FBF7B2 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 178 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.02 |
| HSL | 56.71º | 0.9% | 0.84% | - |
| HSV(B) | 56.71º | 0.29% | 0.98% | - |
| XYZ | 81.08 | 90.25 | 55.27 | - |
| YUV | 240.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 178 | 0 | 0.02 | 0.29 | 0.02 | 56.71 | 0.9 | 0.84 |
| Hex | FB | F7 | B2 | 0 | 2 | 1D | 2 | 39 | 5A | 54 |
| Octal | 373 | 367 | 262 | 0 | 2 | 35 | 2 | 71 | 132 | 124 |
| Binary | 11111011 | 11110111 | 10110010 | 0 | 10 | 11101 | 10 | 111001 | 1011010 | 1010100 |
Color Harmonies of #FBF7B2
Complementary color
Monochromatic Colors of #FBF7B2
Black with #FBF7B2
Text Example
Text Example
White with #FBF7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7B2; }
p { color: rgb(251,247,178); }
H1.HeaderClassName
{
color: #FBF7B2;
}
.AnyTagClassName
{
color: #FBF7B2;
}
</style>
background-color css
<style>
a { background-color: #FBF7B2; }
a { background-color: rgb(251,247,178); }
div.DivClassName
{
background-color: #FBF7B2;
}
.BgClassName
{
background-color: #FBF7B2;
}
</style>
border-color css
<style>
span { border-color: #FBF7B2; }
span { border-color: rgb(251,247,178); }
td.TdClassName
{
border-color: #FBF7B2;
}
.TagClassName
{
border-color: #FBF7B2;
}
</style>