Shades of Shalimar #FBFBAD
Tints of Shalimar #FBFBAD
RGB
CMYK
RGB Variations
Color information
#FBFBAD (or 0xFBFBAD) is known color: Shalimar. HEX triplet: FB, FB and AD. RGB value is (251,251,173). Sum of RGB (Red+Green+Blue) = 251+251+173=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBAD is #040452. Grayscale: #F2F2F2. Windows color (decimal): -263251 or 11402235. OLE color: 11402235.
HSL color Cylindrical-coordinate representation of color #FBFBAD: hue angle of 60º 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 #FBFBAD is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 173 | - |
| CMYK | 0 | 0 | 0.31 | 0.02 |
| HSL | 60º | 0.91% | 0.83% | - |
| HSV(B) | 60º | 0.31% | 0.98% | - |
| XYZ | 81.82 | 92.52 | 53.08 | - |
| YUV | 242.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 173 | 0 | 0 | 0.31 | 0.02 | 60 | 0.91 | 0.83 |
| Hex | FB | FB | AD | 0 | 0 | 1F | 2 | 3C | 5B | 53 |
| Octal | 373 | 373 | 255 | 0 | 0 | 37 | 2 | 74 | 133 | 123 |
| Binary | 11111011 | 11111011 | 10101101 | 0 | 0 | 11111 | 10 | 111100 | 1011011 | 1010011 |
Color Harmonies of #FBFBAD
Complementary color
Monochromatic Colors of #FBFBAD
Black with #FBFBAD
Text Example
Text Example
White with #FBFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBAD; }
p { color: rgb(251,251,173); }
H1.HeaderClassName
{
color: #FBFBAD;
}
.AnyTagClassName
{
color: #FBFBAD;
}
</style>
background-color css
<style>
a { background-color: #FBFBAD; }
a { background-color: rgb(251,251,173); }
div.DivClassName
{
background-color: #FBFBAD;
}
.BgClassName
{
background-color: #FBFBAD;
}
</style>
border-color css
<style>
span { border-color: #FBFBAD; }
span { border-color: rgb(251,251,173); }
td.TdClassName
{
border-color: #FBFBAD;
}
.TagClassName
{
border-color: #FBFBAD;
}
</style>