Shades of Shalimar #F9FDA6
Tints of Shalimar #F9FDA6
RGB
CMYK
RGB Variations
Color information
#F9FDA6 (or 0xF9FDA6) is known color: Shalimar. HEX triplet: F9, FD and A6. RGB value is (249,253,166). Sum of RGB (Red+Green+Blue) = 249+253+166=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDA6 is #060259. Grayscale: #F2F2F2. Windows color (decimal): -393818 or 10943993. OLE color: 10943993.
HSL color Cylindrical-coordinate representation of color #F9FDA6: hue angle of 62.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9FDA6 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 253 | 166 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.01 |
| HSL | 62.76º | 0.96% | 0.82% | - |
| HSV(B) | 62.76º | 0.34% | 0.99% | - |
| XYZ | 81.08 | 93.14 | 49.78 | - |
| YUV | 241.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 253 | 166 | 0.02 | 0 | 0.34 | 0.01 | 62.76 | 0.96 | 0.82 |
| Hex | F9 | FD | A6 | 2 | 0 | 22 | 1 | 3F | 60 | 52 |
| Octal | 371 | 375 | 246 | 2 | 0 | 42 | 1 | 77 | 140 | 122 |
| Binary | 11111001 | 11111101 | 10100110 | 10 | 0 | 100010 | 1 | 111111 | 1100000 | 1010010 |
Color Harmonies of #F9FDA6
Complementary color
Monochromatic Colors of #F9FDA6
Black with #F9FDA6
Text Example
Text Example
White with #F9FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDA6; }
p { color: rgb(249,253,166); }
H1.HeaderClassName
{
color: #F9FDA6;
}
.AnyTagClassName
{
color: #F9FDA6;
}
</style>
background-color css
<style>
a { background-color: #F9FDA6; }
a { background-color: rgb(249,253,166); }
div.DivClassName
{
background-color: #F9FDA6;
}
.BgClassName
{
background-color: #F9FDA6;
}
</style>
border-color css
<style>
span { border-color: #F9FDA6; }
span { border-color: rgb(249,253,166); }
td.TdClassName
{
border-color: #F9FDA6;
}
.TagClassName
{
border-color: #F9FDA6;
}
</style>