Shades of Shalimar #FBF6B0
Tints of Shalimar #FBF6B0
RGB
CMYK
RGB Variations
Color information
#FBF6B0 (or 0xFBF6B0) is known color: Shalimar. HEX triplet: FB, F6 and B0. RGB value is (251,246,176). Sum of RGB (Red+Green+Blue) = 251+246+176=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 176 (69.14% from 255 or 26.15% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF6B0 is #04094F. Grayscale: #EFEFEF. Windows color (decimal): -264528 or 11597563. OLE color: 11597563.
HSL color Cylindrical-coordinate representation of color #FBF6B0: hue angle of 56º 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 #FBF6B0 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 176 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.02 |
| HSL | 56º | 0.9% | 0.84% | - |
| HSV(B) | 56º | 0.3% | 0.98% | - |
| XYZ | 80.58 | 89.56 | 54.11 | - |
| YUV | 239.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 176 | 0 | 0.02 | 0.30 | 0.02 | 56 | 0.9 | 0.84 |
| Hex | FB | F6 | B0 | 0 | 2 | 1E | 2 | 38 | 5A | 54 |
| Octal | 373 | 366 | 260 | 0 | 2 | 36 | 2 | 70 | 132 | 124 |
| Binary | 11111011 | 11110110 | 10110000 | 0 | 10 | 11110 | 10 | 111000 | 1011010 | 1010100 |
Color Harmonies of #FBF6B0
Complementary color
Monochromatic Colors of #FBF6B0
Black with #FBF6B0
Text Example
Text Example
White with #FBF6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6B0; }
p { color: rgb(251,246,176); }
H1.HeaderClassName
{
color: #FBF6B0;
}
.AnyTagClassName
{
color: #FBF6B0;
}
</style>
background-color css
<style>
a { background-color: #FBF6B0; }
a { background-color: rgb(251,246,176); }
div.DivClassName
{
background-color: #FBF6B0;
}
.BgClassName
{
background-color: #FBF6B0;
}
</style>
border-color css
<style>
span { border-color: #FBF6B0; }
span { border-color: rgb(251,246,176); }
td.TdClassName
{
border-color: #FBF6B0;
}
.TagClassName
{
border-color: #FBF6B0;
}
</style>