Shades of Shalimar #F8FDA6
Tints of Shalimar #F8FDA6
RGB
CMYK
RGB Variations
Color information
#F8FDA6 (or 0xF8FDA6) is known color: Shalimar. HEX triplet: F8, FD and A6. RGB value is (248,253,166). Sum of RGB (Red+Green+Blue) = 248+253+166=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 166 (65.23% from 255 or 24.89% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDA6 is #070259. Grayscale: #F1F1F1. Windows color (decimal): -459354 or 10943992. OLE color: 10943992.
HSL color Cylindrical-coordinate representation of color #F8FDA6: hue angle of 63.45º 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 #F8FDA6 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 166 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.01 |
| HSL | 63.45º | 0.96% | 0.82% | - |
| HSV(B) | 63.45º | 0.34% | 0.99% | - |
| XYZ | 80.72 | 92.96 | 49.77 | - |
| YUV | 241.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 166 | 0.02 | 0 | 0.34 | 0.01 | 63.45 | 0.96 | 0.82 |
| Hex | F8 | FD | A6 | 2 | 0 | 22 | 1 | 3F | 60 | 52 |
| Octal | 370 | 375 | 246 | 2 | 0 | 42 | 1 | 77 | 140 | 122 |
| Binary | 11111000 | 11111101 | 10100110 | 10 | 0 | 100010 | 1 | 111111 | 1100000 | 1010010 |
Color Harmonies of #F8FDA6
Complementary color
Monochromatic Colors of #F8FDA6
Black with #F8FDA6
Text Example
Text Example
White with #F8FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDA6; }
p { color: rgb(248,253,166); }
H1.HeaderClassName
{
color: #F8FDA6;
}
.AnyTagClassName
{
color: #F8FDA6;
}
</style>
background-color css
<style>
a { background-color: #F8FDA6; }
a { background-color: rgb(248,253,166); }
div.DivClassName
{
background-color: #F8FDA6;
}
.BgClassName
{
background-color: #F8FDA6;
}
</style>
border-color css
<style>
span { border-color: #F8FDA6; }
span { border-color: rgb(248,253,166); }
td.TdClassName
{
border-color: #F8FDA6;
}
.TagClassName
{
border-color: #F8FDA6;
}
</style>