Shades of Shalimar #FFF9A8
Tints of Shalimar #FFF9A8
RGB
CMYK
RGB Variations
Color information
#FFF9A8 (or 0xFFF9A8) is known color: Shalimar. HEX triplet: FF, F9 and A8. RGB value is (255,249,168). Sum of RGB (Red+Green+Blue) = 255+249+168=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 168 (66.02% from 255 or 25% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A8 is #000657. Grayscale: #F1F1F1. Windows color (decimal): -1624 or 11074047. OLE color: 11074047.
HSL color Cylindrical-coordinate representation of color #FFF9A8: hue angle of 55.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFF9A8 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 168 | - |
| CMYK | 0 | 0.02 | 0.34 | 0 |
| HSL | 55.86º | 1% | 0.83% | - |
| HSV(B) | 55.86º | 0.34% | 1% | - |
| XYZ | 82.18 | 91.84 | 50.44 | - |
| YUV | 241.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 168 | 0 | 0.02 | 0.34 | 0 | 55.86 | 1 | 0.83 |
| Hex | FF | F9 | A8 | 0 | 2 | 22 | 0 | 38 | 64 | 53 |
| Octal | 377 | 371 | 250 | 0 | 2 | 42 | 0 | 70 | 144 | 123 |
| Binary | 11111111 | 11111001 | 10101000 | 0 | 10 | 100010 | 0 | 111000 | 1100100 | 1010011 |
Color Harmonies of #FFF9A8
Complementary color
Monochromatic Colors of #FFF9A8
Black with #FFF9A8
Text Example
Text Example
White with #FFF9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9A8; }
p { color: rgb(255,249,168); }
H1.HeaderClassName
{
color: #FFF9A8;
}
.AnyTagClassName
{
color: #FFF9A8;
}
</style>
background-color css
<style>
a { background-color: #FFF9A8; }
a { background-color: rgb(255,249,168); }
div.DivClassName
{
background-color: #FFF9A8;
}
.BgClassName
{
background-color: #FFF9A8;
}
</style>
border-color css
<style>
span { border-color: #FFF9A8; }
span { border-color: rgb(255,249,168); }
td.TdClassName
{
border-color: #FFF9A8;
}
.TagClassName
{
border-color: #FFF9A8;
}
</style>