Shades of Shalimar #FFF8A6
Tints of Shalimar #FFF8A6
RGB
CMYK
RGB Variations
Color information
#FFF8A6 (or 0xFFF8A6) is known color: Shalimar. HEX triplet: FF, F8 and A6. RGB value is (255,248,166). Sum of RGB (Red+Green+Blue) = 255+248+166=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 166 (65.23% from 255 or 24.81% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8A6 is #000759. Grayscale: #F1F1F1. Windows color (decimal): -1882 or 10942719. OLE color: 10942719.
HSL color Cylindrical-coordinate representation of color #FFF8A6: hue angle of 55.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFF8A6 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 166 | - |
| CMYK | 0 | 0.03 | 0.35 | 0 |
| HSL | 55.28º | 1% | 0.83% | - |
| HSV(B) | 55.28º | 0.35% | 1% | - |
| XYZ | 81.69 | 91.15 | 49.36 | - |
| YUV | 240.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 166 | 0 | 0.03 | 0.35 | 0 | 55.28 | 1 | 0.83 |
| Hex | FF | F8 | A6 | 0 | 3 | 23 | 0 | 37 | 64 | 53 |
| Octal | 377 | 370 | 246 | 0 | 3 | 43 | 0 | 67 | 144 | 123 |
| Binary | 11111111 | 11111000 | 10100110 | 0 | 11 | 100011 | 0 | 110111 | 1100100 | 1010011 |
Color Harmonies of #FFF8A6
Complementary color
Monochromatic Colors of #FFF8A6
Black with #FFF8A6
Text Example
Text Example
White with #FFF8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8A6; }
p { color: rgb(255,248,166); }
H1.HeaderClassName
{
color: #FFF8A6;
}
.AnyTagClassName
{
color: #FFF8A6;
}
</style>
background-color css
<style>
a { background-color: #FFF8A6; }
a { background-color: rgb(255,248,166); }
div.DivClassName
{
background-color: #FFF8A6;
}
.BgClassName
{
background-color: #FFF8A6;
}
</style>
border-color css
<style>
span { border-color: #FFF8A6; }
span { border-color: rgb(255,248,166); }
td.TdClassName
{
border-color: #FFF8A6;
}
.TagClassName
{
border-color: #FFF8A6;
}
</style>