Shades of Shalimar #FFF7AE
Tints of Shalimar #FFF7AE
RGB
CMYK
RGB Variations
Color information
#FFF7AE (or 0xFFF7AE) is known color: Shalimar. HEX triplet: FF, F7 and AE. RGB value is (255,247,174). Sum of RGB (Red+Green+Blue) = 255+247+174=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 174 (68.36% from 255 or 25.74% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AE is #000851. Grayscale: #F1F1F1. Windows color (decimal): -2130 or 11466751. OLE color: 11466751.
HSL color Cylindrical-coordinate representation of color #FFF7AE: hue angle of 54.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF7AE is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 174 | - |
| CMYK | 0 | 0.03 | 0.32 | 0 |
| HSL | 54.07º | 1% | 0.84% | - |
| HSV(B) | 54.07º | 0.32% | 1% | - |
| XYZ | 82.14 | 90.84 | 53.25 | - |
| YUV | 241.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 174 | 0 | 0.03 | 0.32 | 0 | 54.07 | 1 | 0.84 |
| Hex | FF | F7 | AE | 0 | 3 | 20 | 0 | 36 | 64 | 54 |
| Octal | 377 | 367 | 256 | 0 | 3 | 40 | 0 | 66 | 144 | 124 |
| Binary | 11111111 | 11110111 | 10101110 | 0 | 11 | 100000 | 0 | 110110 | 1100100 | 1010100 |
Color Harmonies of #FFF7AE
Complementary color
Monochromatic Colors of #FFF7AE
Black with #FFF7AE
Text Example
Text Example
White with #FFF7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7AE; }
p { color: rgb(255,247,174); }
H1.HeaderClassName
{
color: #FFF7AE;
}
.AnyTagClassName
{
color: #FFF7AE;
}
</style>
background-color css
<style>
a { background-color: #FFF7AE; }
a { background-color: rgb(255,247,174); }
div.DivClassName
{
background-color: #FFF7AE;
}
.BgClassName
{
background-color: #FFF7AE;
}
</style>
border-color css
<style>
span { border-color: #FFF7AE; }
span { border-color: rgb(255,247,174); }
td.TdClassName
{
border-color: #FFF7AE;
}
.TagClassName
{
border-color: #FFF7AE;
}
</style>