Shades of Shalimar #F5F0B1
Tints of Shalimar #F5F0B1
RGB
CMYK
RGB Variations
Color information
#F5F0B1 (or 0xF5F0B1) is known color: Shalimar. HEX triplet: F5, F0 and B1. RGB value is (245,240,177). Sum of RGB (Red+Green+Blue) = 245+240+177=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 177 (69.53% from 255 or 26.74% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F0B1 is #0A0F4E. Grayscale: #EAEAEA. Windows color (decimal): -659279 or 11661557. OLE color: 11661557.
HSL color Cylindrical-coordinate representation of color #F5F0B1: hue angle of 55.59º 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 #F5F0B1 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 177 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.04 |
| HSL | 55.59º | 0.77% | 0.83% | - |
| HSV(B) | 55.59º | 0.28% | 0.96% | - |
| XYZ | 76.75 | 84.91 | 53.94 | - |
| YUV | 234.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 177 | 0 | 0.02 | 0.28 | 0.04 | 55.59 | 0.77 | 0.83 |
| Hex | F5 | F0 | B1 | 0 | 2 | 1C | 4 | 38 | 4D | 53 |
| Octal | 365 | 360 | 261 | 0 | 2 | 34 | 4 | 70 | 115 | 123 |
| Binary | 11110101 | 11110000 | 10110001 | 0 | 10 | 11100 | 100 | 111000 | 1001101 | 1010011 |
Color Harmonies of #F5F0B1
Complementary color
Monochromatic Colors of #F5F0B1
Black with #F5F0B1
Text Example
Text Example
White with #F5F0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0B1; }
p { color: rgb(245,240,177); }
H1.HeaderClassName
{
color: #F5F0B1;
}
.AnyTagClassName
{
color: #F5F0B1;
}
</style>
background-color css
<style>
a { background-color: #F5F0B1; }
a { background-color: rgb(245,240,177); }
div.DivClassName
{
background-color: #F5F0B1;
}
.BgClassName
{
background-color: #F5F0B1;
}
</style>
border-color css
<style>
span { border-color: #F5F0B1; }
span { border-color: rgb(245,240,177); }
td.TdClassName
{
border-color: #F5F0B1;
}
.TagClassName
{
border-color: #F5F0B1;
}
</style>