Shades of Shalimar #F7F8A4
Tints of Shalimar #F7F8A4
RGB
CMYK
RGB Variations
Color information
#F7F8A4 (or 0xF7F8A4) is known color: Shalimar. HEX triplet: F7, F8 and A4. RGB value is (247,248,164). Sum of RGB (Red+Green+Blue) = 247+248+164=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 164 (64.45% from 255 or 24.89% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F8A4 is #08075B. Grayscale: #EEEEEE. Windows color (decimal): -526172 or 10811639. OLE color: 10811639.
HSL color Cylindrical-coordinate representation of color #F7F8A4: hue angle of 60.71º 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 #F7F8A4 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 248 | 164 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.03 |
| HSL | 60.71º | 0.86% | 0.81% | - |
| HSV(B) | 60.71º | 0.34% | 0.97% | - |
| XYZ | 78.63 | 89.59 | 48.27 | - |
| YUV | 238.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 248 | 164 | 0.00 | 0 | 0.34 | 0.03 | 60.71 | 0.86 | 0.81 |
| Hex | F7 | F8 | A4 | 0 | 0 | 22 | 3 | 3D | 56 | 51 |
| Octal | 367 | 370 | 244 | 0 | 0 | 42 | 3 | 75 | 126 | 121 |
| Binary | 11110111 | 11111000 | 10100100 | 0 | 0 | 100010 | 11 | 111101 | 1010110 | 1010001 |
Color Harmonies of #F7F8A4
Complementary color
Monochromatic Colors of #F7F8A4
Black with #F7F8A4
Text Example
Text Example
White with #F7F8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F8A4; }
p { color: rgb(247,248,164); }
H1.HeaderClassName
{
color: #F7F8A4;
}
.AnyTagClassName
{
color: #F7F8A4;
}
</style>
background-color css
<style>
a { background-color: #F7F8A4; }
a { background-color: rgb(247,248,164); }
div.DivClassName
{
background-color: #F7F8A4;
}
.BgClassName
{
background-color: #F7F8A4;
}
</style>
border-color css
<style>
span { border-color: #F7F8A4; }
span { border-color: rgb(247,248,164); }
td.TdClassName
{
border-color: #F7F8A4;
}
.TagClassName
{
border-color: #F7F8A4;
}
</style>