Shades of Shalimar #F4F8A4
Tints of Shalimar #F4F8A4
RGB
CMYK
RGB Variations
Color information
#F4F8A4 (or 0xF4F8A4) is known color: Shalimar. HEX triplet: F4, F8 and A4. RGB value is (244,248,164). Sum of RGB (Red+Green+Blue) = 244+248+164=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 164 (64.45% from 255 or 25% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #F4F8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F8A4 is #0B075B. Grayscale: #EDEDED. Windows color (decimal): -722780 or 10811636. OLE color: 10811636.
HSL color Cylindrical-coordinate representation of color #F4F8A4: hue angle of 62.86º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4F8A4 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 248 | 164 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.03 |
| HSL | 62.86º | 0.86% | 0.81% | - |
| HSV(B) | 62.86º | 0.34% | 0.97% | - |
| XYZ | 77.58 | 89.05 | 48.22 | - |
| YUV | 237.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 248 | 164 | 0.02 | 0 | 0.34 | 0.03 | 62.86 | 0.86 | 0.81 |
| Hex | F4 | F8 | A4 | 2 | 0 | 22 | 3 | 3F | 56 | 51 |
| Octal | 364 | 370 | 244 | 2 | 0 | 42 | 3 | 77 | 126 | 121 |
| Binary | 11110100 | 11111000 | 10100100 | 10 | 0 | 100010 | 11 | 111111 | 1010110 | 1010001 |
Color Harmonies of #F4F8A4
Complementary color
Monochromatic Colors of #F4F8A4
Black with #F4F8A4
Text Example
Text Example
White with #F4F8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F8A4; }
p { color: rgb(244,248,164); }
H1.HeaderClassName
{
color: #F4F8A4;
}
.AnyTagClassName
{
color: #F4F8A4;
}
</style>
background-color css
<style>
a { background-color: #F4F8A4; }
a { background-color: rgb(244,248,164); }
div.DivClassName
{
background-color: #F4F8A4;
}
.BgClassName
{
background-color: #F4F8A4;
}
</style>
border-color css
<style>
span { border-color: #F4F8A4; }
span { border-color: rgb(244,248,164); }
td.TdClassName
{
border-color: #F4F8A4;
}
.TagClassName
{
border-color: #F4F8A4;
}
</style>