Shades of Shalimar #FBF9B2
Tints of Shalimar #FBF9B2
RGB
CMYK
RGB Variations
Color information
#FBF9B2 (or 0xFBF9B2) is known color: Shalimar. HEX triplet: FB, F9 and B2. RGB value is (251,249,178). Sum of RGB (Red+Green+Blue) = 251+249+178=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 178 (69.92% from 255 or 26.25% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9B2 is #04064D. Grayscale: #F1F1F1. Windows color (decimal): -263758 or 11729403. OLE color: 11729403.
HSL color Cylindrical-coordinate representation of color #FBF9B2: hue angle of 58.36º 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 #FBF9B2 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 178 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.02 |
| HSL | 58.36º | 0.9% | 0.84% | - |
| HSV(B) | 58.36º | 0.29% | 0.98% | - |
| XYZ | 81.7 | 91.47 | 55.47 | - |
| YUV | 241.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 178 | 0 | 0.01 | 0.29 | 0.02 | 58.36 | 0.9 | 0.84 |
| Hex | FB | F9 | B2 | 0 | 1 | 1D | 2 | 3A | 5A | 54 |
| Octal | 373 | 371 | 262 | 0 | 1 | 35 | 2 | 72 | 132 | 124 |
| Binary | 11111011 | 11111001 | 10110010 | 0 | 1 | 11101 | 10 | 111010 | 1011010 | 1010100 |
Color Harmonies of #FBF9B2
Complementary color
Monochromatic Colors of #FBF9B2
Black with #FBF9B2
Text Example
Text Example
White with #FBF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9B2; }
p { color: rgb(251,249,178); }
H1.HeaderClassName
{
color: #FBF9B2;
}
.AnyTagClassName
{
color: #FBF9B2;
}
</style>
background-color css
<style>
a { background-color: #FBF9B2; }
a { background-color: rgb(251,249,178); }
div.DivClassName
{
background-color: #FBF9B2;
}
.BgClassName
{
background-color: #FBF9B2;
}
</style>
border-color css
<style>
span { border-color: #FBF9B2; }
span { border-color: rgb(251,249,178); }
td.TdClassName
{
border-color: #FBF9B2;
}
.TagClassName
{
border-color: #FBF9B2;
}
</style>