Shades of Shalimar #FBF8A6
Tints of Shalimar #FBF8A6
RGB
CMYK
RGB Variations
Color information
#FBF8A6 (or 0xFBF8A6) is known color: Shalimar. HEX triplet: FB, F8 and A6. RGB value is (251,248,166). Sum of RGB (Red+Green+Blue) = 251+248+166=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 166 (65.23% from 255 or 24.96% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8A6 is #040759. Grayscale: #EFEFEF. Windows color (decimal): -264026 or 10942715. OLE color: 10942715.
HSL color Cylindrical-coordinate representation of color #FBF8A6: hue angle of 57.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBF8A6 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 166 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.02 |
| HSL | 57.88º | 0.91% | 0.82% | - |
| HSV(B) | 57.88º | 0.34% | 0.98% | - |
| XYZ | 80.23 | 90.4 | 49.3 | - |
| YUV | 239.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 166 | 0 | 0.01 | 0.34 | 0.02 | 57.88 | 0.91 | 0.82 |
| Hex | FB | F8 | A6 | 0 | 1 | 22 | 2 | 3A | 5B | 52 |
| Octal | 373 | 370 | 246 | 0 | 1 | 42 | 2 | 72 | 133 | 122 |
| Binary | 11111011 | 11111000 | 10100110 | 0 | 1 | 100010 | 10 | 111010 | 1011011 | 1010010 |
Color Harmonies of #FBF8A6
Complementary color
Monochromatic Colors of #FBF8A6
Black with #FBF8A6
Text Example
Text Example
White with #FBF8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8A6; }
p { color: rgb(251,248,166); }
H1.HeaderClassName
{
color: #FBF8A6;
}
.AnyTagClassName
{
color: #FBF8A6;
}
</style>
background-color css
<style>
a { background-color: #FBF8A6; }
a { background-color: rgb(251,248,166); }
div.DivClassName
{
background-color: #FBF8A6;
}
.BgClassName
{
background-color: #FBF8A6;
}
</style>
border-color css
<style>
span { border-color: #FBF8A6; }
span { border-color: rgb(251,248,166); }
td.TdClassName
{
border-color: #FBF8A6;
}
.TagClassName
{
border-color: #FBF8A6;
}
</style>