Shades of Shalimar #FBF4A7
Tints of Shalimar #FBF4A7
RGB
CMYK
RGB Variations
Color information
#FBF4A7 (or 0xFBF4A7) is known color: Shalimar. HEX triplet: FB, F4 and A7. RGB value is (251,244,167). Sum of RGB (Red+Green+Blue) = 251+244+167=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 167 (65.62% from 255 or 25.23% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4A7 is #040B58. Grayscale: #EDEDED. Windows color (decimal): -265049 or 11007227. OLE color: 11007227.
HSL color Cylindrical-coordinate representation of color #FBF4A7: hue angle of 55º 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 #FBF4A7 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 167 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.02 |
| HSL | 55º | 0.91% | 0.82% | - |
| HSV(B) | 55º | 0.33% | 0.98% | - |
| XYZ | 79.11 | 88 | 49.38 | - |
| YUV | 237.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 167 | 0 | 0.03 | 0.33 | 0.02 | 55 | 0.91 | 0.82 |
| Hex | FB | F4 | A7 | 0 | 3 | 21 | 2 | 37 | 5B | 52 |
| Octal | 373 | 364 | 247 | 0 | 3 | 41 | 2 | 67 | 133 | 122 |
| Binary | 11111011 | 11110100 | 10100111 | 0 | 11 | 100001 | 10 | 110111 | 1011011 | 1010010 |
Color Harmonies of #FBF4A7
Complementary color
Monochromatic Colors of #FBF4A7
Black with #FBF4A7
Text Example
Text Example
White with #FBF4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4A7; }
p { color: rgb(251,244,167); }
H1.HeaderClassName
{
color: #FBF4A7;
}
.AnyTagClassName
{
color: #FBF4A7;
}
</style>
background-color css
<style>
a { background-color: #FBF4A7; }
a { background-color: rgb(251,244,167); }
div.DivClassName
{
background-color: #FBF4A7;
}
.BgClassName
{
background-color: #FBF4A7;
}
</style>
border-color css
<style>
span { border-color: #FBF4A7; }
span { border-color: rgb(251,244,167); }
td.TdClassName
{
border-color: #FBF4A7;
}
.TagClassName
{
border-color: #FBF4A7;
}
</style>