Shades of Shalimar #F5F6AD
Tints of Shalimar #F5F6AD
RGB
CMYK
RGB Variations
Color information
#F5F6AD (or 0xF5F6AD) is known color: Shalimar. HEX triplet: F5, F6 and AD. RGB value is (245,246,173). Sum of RGB (Red+Green+Blue) = 245+246+173=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F6AD is #0A0952. Grayscale: #EDEDED. Windows color (decimal): -657747 or 11400949. OLE color: 11400949.
HSL color Cylindrical-coordinate representation of color #F5F6AD: hue angle of 60.82º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5F6AD is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 173 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.04 |
| HSL | 60.82º | 0.8% | 0.82% | - |
| HSV(B) | 60.82º | 0.3% | 0.96% | - |
| XYZ | 78.15 | 88.34 | 52.47 | - |
| YUV | 237.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 173 | 0.00 | 0 | 0.30 | 0.04 | 60.82 | 0.8 | 0.82 |
| Hex | F5 | F6 | AD | 0 | 0 | 1E | 4 | 3D | 50 | 52 |
| Octal | 365 | 366 | 255 | 0 | 0 | 36 | 4 | 75 | 120 | 122 |
| Binary | 11110101 | 11110110 | 10101101 | 0 | 0 | 11110 | 100 | 111101 | 1010000 | 1010010 |
Color Harmonies of #F5F6AD
Complementary color
Monochromatic Colors of #F5F6AD
Black with #F5F6AD
Text Example
Text Example
White with #F5F6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F6AD; }
p { color: rgb(245,246,173); }
H1.HeaderClassName
{
color: #F5F6AD;
}
.AnyTagClassName
{
color: #F5F6AD;
}
</style>
background-color css
<style>
a { background-color: #F5F6AD; }
a { background-color: rgb(245,246,173); }
div.DivClassName
{
background-color: #F5F6AD;
}
.BgClassName
{
background-color: #F5F6AD;
}
</style>
border-color css
<style>
span { border-color: #F5F6AD; }
span { border-color: rgb(245,246,173); }
td.TdClassName
{
border-color: #F5F6AD;
}
.TagClassName
{
border-color: #F5F6AD;
}
</style>