Shades of Shalimar #FBF8AD
Tints of Shalimar #FBF8AD
RGB
CMYK
RGB Variations
Color information
#FBF8AD (or 0xFBF8AD) is known color: Shalimar. HEX triplet: FB, F8 and AD. RGB value is (251,248,173). Sum of RGB (Red+Green+Blue) = 251+248+173=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8AD is #040752. Grayscale: #F0F0F0. Windows color (decimal): -264019 or 11401467. OLE color: 11401467.
HSL color Cylindrical-coordinate representation of color #FBF8AD: hue angle of 57.69º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBF8AD is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 173 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.02 |
| HSL | 57.69º | 0.91% | 0.83% | - |
| HSV(B) | 57.69º | 0.31% | 0.98% | - |
| XYZ | 80.89 | 90.66 | 52.77 | - |
| YUV | 240.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 173 | 0 | 0.01 | 0.31 | 0.02 | 57.69 | 0.91 | 0.83 |
| Hex | FB | F8 | AD | 0 | 1 | 1F | 2 | 3A | 5B | 53 |
| Octal | 373 | 370 | 255 | 0 | 1 | 37 | 2 | 72 | 133 | 123 |
| Binary | 11111011 | 11111000 | 10101101 | 0 | 1 | 11111 | 10 | 111010 | 1011011 | 1010011 |
Color Harmonies of #FBF8AD
Complementary color
Monochromatic Colors of #FBF8AD
Black with #FBF8AD
Text Example
Text Example
White with #FBF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8AD; }
p { color: rgb(251,248,173); }
H1.HeaderClassName
{
color: #FBF8AD;
}
.AnyTagClassName
{
color: #FBF8AD;
}
</style>
background-color css
<style>
a { background-color: #FBF8AD; }
a { background-color: rgb(251,248,173); }
div.DivClassName
{
background-color: #FBF8AD;
}
.BgClassName
{
background-color: #FBF8AD;
}
</style>
border-color css
<style>
span { border-color: #FBF8AD; }
span { border-color: rgb(251,248,173); }
td.TdClassName
{
border-color: #FBF8AD;
}
.TagClassName
{
border-color: #FBF8AD;
}
</style>