Shades of Shalimar #FBF4B4
Tints of Shalimar #FBF4B4
RGB
CMYK
RGB Variations
Color information
#FBF4B4 (or 0xFBF4B4) is known color: Shalimar. HEX triplet: FB, F4 and B4. RGB value is (251,244,180). Sum of RGB (Red+Green+Blue) = 251+244+180=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 180 (70.70% from 255 or 26.67% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B4 is #040B4B. Grayscale: #EFEFEF. Windows color (decimal): -265036 or 11859195. OLE color: 11859195.
HSL color Cylindrical-coordinate representation of color #FBF4B4: hue angle of 54.08º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBF4B4 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 180 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.02 |
| HSL | 54.08º | 0.9% | 0.85% | - |
| HSV(B) | 54.08º | 0.28% | 0.98% | - |
| XYZ | 80.37 | 88.51 | 56.03 | - |
| YUV | 238.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 180 | 0 | 0.03 | 0.28 | 0.02 | 54.08 | 0.9 | 0.85 |
| Hex | FB | F4 | B4 | 0 | 3 | 1C | 2 | 36 | 5A | 55 |
| Octal | 373 | 364 | 264 | 0 | 3 | 34 | 2 | 66 | 132 | 125 |
| Binary | 11111011 | 11110100 | 10110100 | 0 | 11 | 11100 | 10 | 110110 | 1011010 | 1010101 |
Color Harmonies of #FBF4B4
Complementary color
Monochromatic Colors of #FBF4B4
Black with #FBF4B4
Text Example
Text Example
White with #FBF4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4B4; }
p { color: rgb(251,244,180); }
H1.HeaderClassName
{
color: #FBF4B4;
}
.AnyTagClassName
{
color: #FBF4B4;
}
</style>
background-color css
<style>
a { background-color: #FBF4B4; }
a { background-color: rgb(251,244,180); }
div.DivClassName
{
background-color: #FBF4B4;
}
.BgClassName
{
background-color: #FBF4B4;
}
</style>
border-color css
<style>
span { border-color: #FBF4B4; }
span { border-color: rgb(251,244,180); }
td.TdClassName
{
border-color: #FBF4B4;
}
.TagClassName
{
border-color: #FBF4B4;
}
</style>