Shades of Shalimar #FBF3B3
Tints of Shalimar #FBF3B3
RGB
CMYK
RGB Variations
Color information
#FBF3B3 (or 0xFBF3B3) is known color: Shalimar. HEX triplet: FB, F3 and B3. RGB value is (251,243,179). Sum of RGB (Red+Green+Blue) = 251+243+179=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 179 (70.31% from 255 or 26.60% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3B3 is #040C4C. Grayscale: #EEEEEE. Windows color (decimal): -265293 or 11793403. OLE color: 11793403.
HSL color Cylindrical-coordinate representation of color #FBF3B3: hue angle of 53.33º 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 #FBF3B3 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 179 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.02 |
| HSL | 53.33º | 0.9% | 0.84% | - |
| HSV(B) | 53.33º | 0.29% | 0.98% | - |
| XYZ | 79.97 | 87.87 | 55.39 | - |
| YUV | 238.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 179 | 0 | 0.03 | 0.29 | 0.02 | 53.33 | 0.9 | 0.84 |
| Hex | FB | F3 | B3 | 0 | 3 | 1D | 2 | 35 | 5A | 54 |
| Octal | 373 | 363 | 263 | 0 | 3 | 35 | 2 | 65 | 132 | 124 |
| Binary | 11111011 | 11110011 | 10110011 | 0 | 11 | 11101 | 10 | 110101 | 1011010 | 1010100 |
Color Harmonies of #FBF3B3
Complementary color
Monochromatic Colors of #FBF3B3
Black with #FBF3B3
Text Example
Text Example
White with #FBF3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3B3; }
p { color: rgb(251,243,179); }
H1.HeaderClassName
{
color: #FBF3B3;
}
.AnyTagClassName
{
color: #FBF3B3;
}
</style>
background-color css
<style>
a { background-color: #FBF3B3; }
a { background-color: rgb(251,243,179); }
div.DivClassName
{
background-color: #FBF3B3;
}
.BgClassName
{
background-color: #FBF3B3;
}
</style>
border-color css
<style>
span { border-color: #FBF3B3; }
span { border-color: rgb(251,243,179); }
td.TdClassName
{
border-color: #FBF3B3;
}
.TagClassName
{
border-color: #FBF3B3;
}
</style>