Shades of Shalimar #FBF3A8
Tints of Shalimar #FBF3A8
RGB
CMYK
RGB Variations
Color information
#FBF3A8 (or 0xFBF3A8) is known color: Shalimar. HEX triplet: FB, F3 and A8. RGB value is (251,243,168). Sum of RGB (Red+Green+Blue) = 251+243+168=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 168 (66.02% from 255 or 25.38% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3A8 is #040C57. Grayscale: #EDEDED. Windows color (decimal): -265304 or 11072507. OLE color: 11072507.
HSL color Cylindrical-coordinate representation of color #FBF3A8: hue angle of 54.22º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBF3A8 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 168 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.02 |
| HSL | 54.22º | 0.91% | 0.82% | - |
| HSV(B) | 54.22º | 0.33% | 0.98% | - |
| XYZ | 78.9 | 87.44 | 49.76 | - |
| YUV | 236.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 168 | 0 | 0.03 | 0.33 | 0.02 | 54.22 | 0.91 | 0.82 |
| Hex | FB | F3 | A8 | 0 | 3 | 21 | 2 | 36 | 5B | 52 |
| Octal | 373 | 363 | 250 | 0 | 3 | 41 | 2 | 66 | 133 | 122 |
| Binary | 11111011 | 11110011 | 10101000 | 0 | 11 | 100001 | 10 | 110110 | 1011011 | 1010010 |
Color Harmonies of #FBF3A8
Complementary color
Monochromatic Colors of #FBF3A8
Black with #FBF3A8
Text Example
Text Example
White with #FBF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3A8; }
p { color: rgb(251,243,168); }
H1.HeaderClassName
{
color: #FBF3A8;
}
.AnyTagClassName
{
color: #FBF3A8;
}
</style>
background-color css
<style>
a { background-color: #FBF3A8; }
a { background-color: rgb(251,243,168); }
div.DivClassName
{
background-color: #FBF3A8;
}
.BgClassName
{
background-color: #FBF3A8;
}
</style>
border-color css
<style>
span { border-color: #FBF3A8; }
span { border-color: rgb(251,243,168); }
td.TdClassName
{
border-color: #FBF3A8;
}
.TagClassName
{
border-color: #FBF3A8;
}
</style>