Shades of Shalimar #F5F0AE
Tints of Shalimar #F5F0AE
RGB
CMYK
RGB Variations
Color information
#F5F0AE (or 0xF5F0AE) is known color: Shalimar. HEX triplet: F5, F0 and AE. RGB value is (245,240,174). Sum of RGB (Red+Green+Blue) = 245+240+174=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F0AE is #0A0F51. Grayscale: #EAEAEA. Windows color (decimal): -659282 or 11464949. OLE color: 11464949.
HSL color Cylindrical-coordinate representation of color #F5F0AE: hue angle of 55.77º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5F0AE is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 174 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.04 |
| HSL | 55.77º | 0.78% | 0.82% | - |
| HSV(B) | 55.77º | 0.29% | 0.96% | - |
| XYZ | 76.46 | 84.79 | 52.38 | - |
| YUV | 233.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 174 | 0 | 0.02 | 0.29 | 0.04 | 55.77 | 0.78 | 0.82 |
| Hex | F5 | F0 | AE | 0 | 2 | 1D | 4 | 38 | 4E | 52 |
| Octal | 365 | 360 | 256 | 0 | 2 | 35 | 4 | 70 | 116 | 122 |
| Binary | 11110101 | 11110000 | 10101110 | 0 | 10 | 11101 | 100 | 111000 | 1001110 | 1010010 |
Color Harmonies of #F5F0AE
Complementary color
Monochromatic Colors of #F5F0AE
Black with #F5F0AE
Text Example
Text Example
White with #F5F0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0AE; }
p { color: rgb(245,240,174); }
H1.HeaderClassName
{
color: #F5F0AE;
}
.AnyTagClassName
{
color: #F5F0AE;
}
</style>
background-color css
<style>
a { background-color: #F5F0AE; }
a { background-color: rgb(245,240,174); }
div.DivClassName
{
background-color: #F5F0AE;
}
.BgClassName
{
background-color: #F5F0AE;
}
</style>
border-color css
<style>
span { border-color: #F5F0AE; }
span { border-color: rgb(245,240,174); }
td.TdClassName
{
border-color: #F5F0AE;
}
.TagClassName
{
border-color: #F5F0AE;
}
</style>