Shades of Shalimar #F5F1B1
Tints of Shalimar #F5F1B1
RGB
CMYK
RGB Variations
Color information
#F5F1B1 (or 0xF5F1B1) is known color: Shalimar. HEX triplet: F5, F1 and B1. RGB value is (245,241,177). Sum of RGB (Red+Green+Blue) = 245+241+177=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F1B1 is #0A0E4E. Grayscale: #EBEBEB. Windows color (decimal): -659023 or 11661813. OLE color: 11661813.
HSL color Cylindrical-coordinate representation of color #F5F1B1: hue angle of 56.47º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5F1B1 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 177 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.04 |
| HSL | 56.47º | 0.77% | 0.83% | - |
| HSV(B) | 56.47º | 0.28% | 0.96% | - |
| XYZ | 77.05 | 85.5 | 54.04 | - |
| YUV | 234.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 177 | 0 | 0.02 | 0.28 | 0.04 | 56.47 | 0.77 | 0.83 |
| Hex | F5 | F1 | B1 | 0 | 2 | 1C | 4 | 38 | 4D | 53 |
| Octal | 365 | 361 | 261 | 0 | 2 | 34 | 4 | 70 | 115 | 123 |
| Binary | 11110101 | 11110001 | 10110001 | 0 | 10 | 11100 | 100 | 111000 | 1001101 | 1010011 |
Color Harmonies of #F5F1B1
Complementary color
Monochromatic Colors of #F5F1B1
Black with #F5F1B1
Text Example
Text Example
White with #F5F1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1B1; }
p { color: rgb(245,241,177); }
H1.HeaderClassName
{
color: #F5F1B1;
}
.AnyTagClassName
{
color: #F5F1B1;
}
</style>
background-color css
<style>
a { background-color: #F5F1B1; }
a { background-color: rgb(245,241,177); }
div.DivClassName
{
background-color: #F5F1B1;
}
.BgClassName
{
background-color: #F5F1B1;
}
</style>
border-color css
<style>
span { border-color: #F5F1B1; }
span { border-color: rgb(245,241,177); }
td.TdClassName
{
border-color: #F5F1B1;
}
.TagClassName
{
border-color: #F5F1B1;
}
</style>