Shades of Shalimar #FFF8AD
Tints of Shalimar #FFF8AD
RGB
CMYK
RGB Variations
Color information
#FFF8AD (or 0xFFF8AD) is known color: Shalimar. HEX triplet: FF, F8 and AD. RGB value is (255,248,173). Sum of RGB (Red+Green+Blue) = 255+248+173=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 173 (67.97% from 255 or 25.59% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8AD is #000752. Grayscale: #F1F1F1. Windows color (decimal): -1875 or 11401471. OLE color: 11401471.
HSL color Cylindrical-coordinate representation of color #FFF8AD: hue angle of 54.88º 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 #FFF8AD is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 173 | - |
| CMYK | 0 | 0.03 | 0.32 | 0 |
| HSL | 54.88º | 1% | 0.84% | - |
| HSV(B) | 54.88º | 0.32% | 1% | - |
| XYZ | 82.35 | 91.41 | 52.84 | - |
| YUV | 241.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 173 | 0 | 0.03 | 0.32 | 0 | 54.88 | 1 | 0.84 |
| Hex | FF | F8 | AD | 0 | 3 | 20 | 0 | 37 | 64 | 54 |
| Octal | 377 | 370 | 255 | 0 | 3 | 40 | 0 | 67 | 144 | 124 |
| Binary | 11111111 | 11111000 | 10101101 | 0 | 11 | 100000 | 0 | 110111 | 1100100 | 1010100 |
Color Harmonies of #FFF8AD
Complementary color
Monochromatic Colors of #FFF8AD
Black with #FFF8AD
Text Example
Text Example
White with #FFF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8AD; }
p { color: rgb(255,248,173); }
H1.HeaderClassName
{
color: #FFF8AD;
}
.AnyTagClassName
{
color: #FFF8AD;
}
</style>
background-color css
<style>
a { background-color: #FFF8AD; }
a { background-color: rgb(255,248,173); }
div.DivClassName
{
background-color: #FFF8AD;
}
.BgClassName
{
background-color: #FFF8AD;
}
</style>
border-color css
<style>
span { border-color: #FFF8AD; }
span { border-color: rgb(255,248,173); }
td.TdClassName
{
border-color: #FFF8AD;
}
.TagClassName
{
border-color: #FFF8AD;
}
</style>