Shades of Shalimar #F8FDAA
Tints of Shalimar #F8FDAA
RGB
CMYK
RGB Variations
Color information
#F8FDAA (or 0xF8FDAA) is known color: Shalimar. HEX triplet: F8, FD and AA. RGB value is (248,253,170). Sum of RGB (Red+Green+Blue) = 248+253+170=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDAA is #070255. Grayscale: #F2F2F2. Windows color (decimal): -459350 or 11206136. OLE color: 11206136.
HSL color Cylindrical-coordinate representation of color #F8FDAA: hue angle of 63.61º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8FDAA is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 170 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.01 |
| HSL | 63.61º | 0.95% | 0.83% | - |
| HSV(B) | 63.61º | 0.33% | 0.99% | - |
| XYZ | 81.09 | 93.11 | 51.73 | - |
| YUV | 242.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 170 | 0.02 | 0 | 0.33 | 0.01 | 63.61 | 0.95 | 0.83 |
| Hex | F8 | FD | AA | 2 | 0 | 21 | 1 | 40 | 5F | 53 |
| Octal | 370 | 375 | 252 | 2 | 0 | 41 | 1 | 100 | 137 | 123 |
| Binary | 11111000 | 11111101 | 10101010 | 10 | 0 | 100001 | 1 | 1000000 | 1011111 | 1010011 |
Color Harmonies of #F8FDAA
Complementary color
Monochromatic Colors of #F8FDAA
Black with #F8FDAA
Text Example
Text Example
White with #F8FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDAA; }
p { color: rgb(248,253,170); }
H1.HeaderClassName
{
color: #F8FDAA;
}
.AnyTagClassName
{
color: #F8FDAA;
}
</style>
background-color css
<style>
a { background-color: #F8FDAA; }
a { background-color: rgb(248,253,170); }
div.DivClassName
{
background-color: #F8FDAA;
}
.BgClassName
{
background-color: #F8FDAA;
}
</style>
border-color css
<style>
span { border-color: #F8FDAA; }
span { border-color: rgb(248,253,170); }
td.TdClassName
{
border-color: #F8FDAA;
}
.TagClassName
{
border-color: #F8FDAA;
}
</style>