Shades of Shalimar #F5F0AD
Tints of Shalimar #F5F0AD
RGB
CMYK
RGB Variations
Color information
#F5F0AD (or 0xF5F0AD) is known color: Shalimar. HEX triplet: F5, F0 and AD. RGB value is (245,240,173). Sum of RGB (Red+Green+Blue) = 245+240+173=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F0AD is #0A0F52. Grayscale: #EAEAEA. Windows color (decimal): -659283 or 11399413. OLE color: 11399413.
HSL color Cylindrical-coordinate representation of color #F5F0AD: hue angle of 55.83º 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 #F5F0AD is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 173 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.04 |
| HSL | 55.83º | 0.78% | 0.82% | - |
| HSV(B) | 55.83º | 0.29% | 0.96% | - |
| XYZ | 76.36 | 84.75 | 51.87 | - |
| YUV | 233.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 173 | 0 | 0.02 | 0.29 | 0.04 | 55.83 | 0.78 | 0.82 |
| Hex | F5 | F0 | AD | 0 | 2 | 1D | 4 | 38 | 4E | 52 |
| Octal | 365 | 360 | 255 | 0 | 2 | 35 | 4 | 70 | 116 | 122 |
| Binary | 11110101 | 11110000 | 10101101 | 0 | 10 | 11101 | 100 | 111000 | 1001110 | 1010010 |
Color Harmonies of #F5F0AD
Complementary color
Monochromatic Colors of #F5F0AD
Black with #F5F0AD
Text Example
Text Example
White with #F5F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0AD; }
p { color: rgb(245,240,173); }
H1.HeaderClassName
{
color: #F5F0AD;
}
.AnyTagClassName
{
color: #F5F0AD;
}
</style>
background-color css
<style>
a { background-color: #F5F0AD; }
a { background-color: rgb(245,240,173); }
div.DivClassName
{
background-color: #F5F0AD;
}
.BgClassName
{
background-color: #F5F0AD;
}
</style>
border-color css
<style>
span { border-color: #F5F0AD; }
span { border-color: rgb(245,240,173); }
td.TdClassName
{
border-color: #F5F0AD;
}
.TagClassName
{
border-color: #F5F0AD;
}
</style>