Shades of Shalimar #FBF4AA
Tints of Shalimar #FBF4AA
RGB
CMYK
RGB Variations
Color information
#FBF4AA (or 0xFBF4AA) is known color: Shalimar. HEX triplet: FB, F4 and AA. RGB value is (251,244,170). Sum of RGB (Red+Green+Blue) = 251+244+170=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4AA is #040B55. Grayscale: #EDEDED. Windows color (decimal): -265046 or 11203835. OLE color: 11203835.
HSL color Cylindrical-coordinate representation of color #FBF4AA: hue angle of 54.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBF4AA is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 170 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.02 |
| HSL | 54.81º | 0.91% | 0.83% | - |
| HSV(B) | 54.81º | 0.32% | 0.98% | - |
| XYZ | 79.39 | 88.11 | 50.85 | - |
| YUV | 237.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 170 | 0 | 0.03 | 0.32 | 0.02 | 54.81 | 0.91 | 0.83 |
| Hex | FB | F4 | AA | 0 | 3 | 20 | 2 | 37 | 5B | 53 |
| Octal | 373 | 364 | 252 | 0 | 3 | 40 | 2 | 67 | 133 | 123 |
| Binary | 11111011 | 11110100 | 10101010 | 0 | 11 | 100000 | 10 | 110111 | 1011011 | 1010011 |
Color Harmonies of #FBF4AA
Complementary color
Monochromatic Colors of #FBF4AA
Black with #FBF4AA
Text Example
Text Example
White with #FBF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4AA; }
p { color: rgb(251,244,170); }
H1.HeaderClassName
{
color: #FBF4AA;
}
.AnyTagClassName
{
color: #FBF4AA;
}
</style>
background-color css
<style>
a { background-color: #FBF4AA; }
a { background-color: rgb(251,244,170); }
div.DivClassName
{
background-color: #FBF4AA;
}
.BgClassName
{
background-color: #FBF4AA;
}
</style>
border-color css
<style>
span { border-color: #FBF4AA; }
span { border-color: rgb(251,244,170); }
td.TdClassName
{
border-color: #FBF4AA;
}
.TagClassName
{
border-color: #FBF4AA;
}
</style>