Shades of Shalimar #F5F5B3
Tints of Shalimar #F5F5B3
RGB
CMYK
RGB Variations
Color information
#F5F5B3 (or 0xF5F5B3) is known color: Shalimar. HEX triplet: F5, F5 and B3. RGB value is (245,245,179). Sum of RGB (Red+Green+Blue) = 245+245+179=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 179 (70.31% from 255 or 26.76% from 669); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5B3 is #0A0A4C. Grayscale: #EDEDED. Windows color (decimal): -657997 or 11793909. OLE color: 11793909.
HSL color Cylindrical-coordinate representation of color #F5F5B3: hue angle of 60º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5F5B3 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 179 | - |
| CMYK | 0 | 0 | 0.27 | 0.04 |
| HSL | 60º | 0.77% | 0.83% | - |
| HSV(B) | 60º | 0.27% | 0.96% | - |
| XYZ | 78.45 | 87.97 | 55.49 | - |
| YUV | 237.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 179 | 0 | 0 | 0.27 | 0.04 | 60 | 0.77 | 0.83 |
| Hex | F5 | F5 | B3 | 0 | 0 | 1B | 4 | 3C | 4D | 53 |
| Octal | 365 | 365 | 263 | 0 | 0 | 33 | 4 | 74 | 115 | 123 |
| Binary | 11110101 | 11110101 | 10110011 | 0 | 0 | 11011 | 100 | 111100 | 1001101 | 1010011 |
Color Harmonies of #F5F5B3
Complementary color
Monochromatic Colors of #F5F5B3
Black with #F5F5B3
Text Example
Text Example
White with #F5F5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5B3; }
p { color: rgb(245,245,179); }
H1.HeaderClassName
{
color: #F5F5B3;
}
.AnyTagClassName
{
color: #F5F5B3;
}
</style>
background-color css
<style>
a { background-color: #F5F5B3; }
a { background-color: rgb(245,245,179); }
div.DivClassName
{
background-color: #F5F5B3;
}
.BgClassName
{
background-color: #F5F5B3;
}
</style>
border-color css
<style>
span { border-color: #F5F5B3; }
span { border-color: rgb(245,245,179); }
td.TdClassName
{
border-color: #F5F5B3;
}
.TagClassName
{
border-color: #F5F5B3;
}
</style>