Shades of Shalimar #FFF8AE
Tints of Shalimar #FFF8AE
RGB
CMYK
RGB Variations
Color information
#FFF8AE (or 0xFFF8AE) is known color: Shalimar. HEX triplet: FF, F8 and AE. RGB value is (255,248,174). Sum of RGB (Red+Green+Blue) = 255+248+174=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8AE is #000751. Grayscale: #F1F1F1. Windows color (decimal): -1874 or 11467007. OLE color: 11467007.
HSL color Cylindrical-coordinate representation of color #FFF8AE: hue angle of 54.81º 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 #FFF8AE is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 174 | - |
| CMYK | 0 | 0.03 | 0.32 | 0 |
| HSL | 54.81º | 1% | 0.84% | - |
| HSV(B) | 54.81º | 0.32% | 1% | - |
| XYZ | 82.45 | 91.45 | 53.35 | - |
| YUV | 241.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 174 | 0 | 0.03 | 0.32 | 0 | 54.81 | 1 | 0.84 |
| Hex | FF | F8 | AE | 0 | 3 | 20 | 0 | 37 | 64 | 54 |
| Octal | 377 | 370 | 256 | 0 | 3 | 40 | 0 | 67 | 144 | 124 |
| Binary | 11111111 | 11111000 | 10101110 | 0 | 11 | 100000 | 0 | 110111 | 1100100 | 1010100 |
Color Harmonies of #FFF8AE
Complementary color
Monochromatic Colors of #FFF8AE
Black with #FFF8AE
Text Example
Text Example
White with #FFF8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8AE; }
p { color: rgb(255,248,174); }
H1.HeaderClassName
{
color: #FFF8AE;
}
.AnyTagClassName
{
color: #FFF8AE;
}
</style>
background-color css
<style>
a { background-color: #FFF8AE; }
a { background-color: rgb(255,248,174); }
div.DivClassName
{
background-color: #FFF8AE;
}
.BgClassName
{
background-color: #FFF8AE;
}
</style>
border-color css
<style>
span { border-color: #FFF8AE; }
span { border-color: rgb(255,248,174); }
td.TdClassName
{
border-color: #FFF8AE;
}
.TagClassName
{
border-color: #FFF8AE;
}
</style>