Shades of Shalimar #F7F8AE
Tints of Shalimar #F7F8AE
RGB
CMYK
RGB Variations
Color information
#F7F8AE (or 0xF7F8AE) is known color: Shalimar. HEX triplet: F7, F8 and AE. RGB value is (247,248,174). Sum of RGB (Red+Green+Blue) = 247+248+174=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F8AE is #080751. Grayscale: #EFEFEF. Windows color (decimal): -526162 or 11466999. OLE color: 11466999.
HSL color Cylindrical-coordinate representation of color #F7F8AE: hue angle of 60.81º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F8AE is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 248 | 174 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.03 |
| HSL | 60.81º | 0.84% | 0.83% | - |
| HSV(B) | 60.81º | 0.3% | 0.97% | - |
| XYZ | 79.57 | 89.96 | 53.22 | - |
| YUV | 239.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 248 | 174 | 0.00 | 0 | 0.30 | 0.03 | 60.81 | 0.84 | 0.83 |
| Hex | F7 | F8 | AE | 0 | 0 | 1E | 3 | 3D | 54 | 53 |
| Octal | 367 | 370 | 256 | 0 | 0 | 36 | 3 | 75 | 124 | 123 |
| Binary | 11110111 | 11111000 | 10101110 | 0 | 0 | 11110 | 11 | 111101 | 1010100 | 1010011 |
Color Harmonies of #F7F8AE
Complementary color
Monochromatic Colors of #F7F8AE
Black with #F7F8AE
Text Example
Text Example
White with #F7F8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F8AE; }
p { color: rgb(247,248,174); }
H1.HeaderClassName
{
color: #F7F8AE;
}
.AnyTagClassName
{
color: #F7F8AE;
}
</style>
background-color css
<style>
a { background-color: #F7F8AE; }
a { background-color: rgb(247,248,174); }
div.DivClassName
{
background-color: #F7F8AE;
}
.BgClassName
{
background-color: #F7F8AE;
}
</style>
border-color css
<style>
span { border-color: #F7F8AE; }
span { border-color: rgb(247,248,174); }
td.TdClassName
{
border-color: #F7F8AE;
}
.TagClassName
{
border-color: #F7F8AE;
}
</style>