Shades of Shalimar #FBF0AF
Tints of Shalimar #FBF0AF
RGB
CMYK
RGB Variations
Color information
#FBF0AF (or 0xFBF0AF) is known color: Shalimar. HEX triplet: FB, F0 and AF. RGB value is (251,240,175). Sum of RGB (Red+Green+Blue) = 251+240+175=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0AF is #040F50. Grayscale: #ECECEC. Windows color (decimal): -266065 or 11530491. OLE color: 11530491.
HSL color Cylindrical-coordinate representation of color #FBF0AF: hue angle of 51.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBF0AF is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 175 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.02 |
| HSL | 51.32º | 0.9% | 0.84% | - |
| HSV(B) | 51.32º | 0.3% | 0.98% | - |
| XYZ | 78.68 | 85.92 | 53 | - |
| YUV | 235.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 175 | 0 | 0.04 | 0.30 | 0.02 | 51.32 | 0.9 | 0.84 |
| Hex | FB | F0 | AF | 0 | 4 | 1E | 2 | 33 | 5A | 54 |
| Octal | 373 | 360 | 257 | 0 | 4 | 36 | 2 | 63 | 132 | 124 |
| Binary | 11111011 | 11110000 | 10101111 | 0 | 100 | 11110 | 10 | 110011 | 1011010 | 1010100 |
Color Harmonies of #FBF0AF
Complementary color
Monochromatic Colors of #FBF0AF
Black with #FBF0AF
Text Example
Text Example
White with #FBF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0AF; }
p { color: rgb(251,240,175); }
H1.HeaderClassName
{
color: #FBF0AF;
}
.AnyTagClassName
{
color: #FBF0AF;
}
</style>
background-color css
<style>
a { background-color: #FBF0AF; }
a { background-color: rgb(251,240,175); }
div.DivClassName
{
background-color: #FBF0AF;
}
.BgClassName
{
background-color: #FBF0AF;
}
</style>
border-color css
<style>
span { border-color: #FBF0AF; }
span { border-color: rgb(251,240,175); }
td.TdClassName
{
border-color: #FBF0AF;
}
.TagClassName
{
border-color: #FBF0AF;
}
</style>