Shades of Shalimar #F7F8A7
Tints of Shalimar #F7F8A7
RGB
CMYK
RGB Variations
Color information
#F7F8A7 (or 0xF7F8A7) is known color: Shalimar. HEX triplet: F7, F8 and A7. RGB value is (247,248,167). Sum of RGB (Red+Green+Blue) = 247+248+167=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 167 (65.62% from 255 or 25.23% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F8A7 is #080758. Grayscale: #EEEEEE. Windows color (decimal): -526169 or 11008247. OLE color: 11008247.
HSL color Cylindrical-coordinate representation of color #F7F8A7: hue angle of 60.74º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7F8A7 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 248 | 167 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.03 |
| HSL | 60.74º | 0.85% | 0.81% | - |
| HSV(B) | 60.74º | 0.33% | 0.97% | - |
| XYZ | 78.9 | 89.7 | 49.71 | - |
| YUV | 238.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 248 | 167 | 0.00 | 0 | 0.33 | 0.03 | 60.74 | 0.85 | 0.81 |
| Hex | F7 | F8 | A7 | 0 | 0 | 21 | 3 | 3D | 55 | 51 |
| Octal | 367 | 370 | 247 | 0 | 0 | 41 | 3 | 75 | 125 | 121 |
| Binary | 11110111 | 11111000 | 10100111 | 0 | 0 | 100001 | 11 | 111101 | 1010101 | 1010001 |
Color Harmonies of #F7F8A7
Complementary color
Monochromatic Colors of #F7F8A7
Black with #F7F8A7
Text Example
Text Example
White with #F7F8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F8A7; }
p { color: rgb(247,248,167); }
H1.HeaderClassName
{
color: #F7F8A7;
}
.AnyTagClassName
{
color: #F7F8A7;
}
</style>
background-color css
<style>
a { background-color: #F7F8A7; }
a { background-color: rgb(247,248,167); }
div.DivClassName
{
background-color: #F7F8A7;
}
.BgClassName
{
background-color: #F7F8A7;
}
</style>
border-color css
<style>
span { border-color: #F7F8A7; }
span { border-color: rgb(247,248,167); }
td.TdClassName
{
border-color: #F7F8A7;
}
.TagClassName
{
border-color: #F7F8A7;
}
</style>