Shades of Shalimar #FFF9A6
Tints of Shalimar #FFF9A6
RGB
CMYK
RGB Variations
Color information
#FFF9A6 (or 0xFFF9A6) is known color: Shalimar. HEX triplet: FF, F9 and A6. RGB value is (255,249,166). Sum of RGB (Red+Green+Blue) = 255+249+166=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A6 is #000659. Grayscale: #F1F1F1. Windows color (decimal): -1626 or 10942975. OLE color: 10942975.
HSL color Cylindrical-coordinate representation of color #FFF9A6: hue angle of 55.96º 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 #FFF9A6 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 166 | - |
| CMYK | 0 | 0.02 | 0.35 | 0 |
| HSL | 55.96º | 1% | 0.83% | - |
| HSV(B) | 55.96º | 0.35% | 1% | - |
| XYZ | 82 | 91.76 | 49.47 | - |
| YUV | 241.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 166 | 0 | 0.02 | 0.35 | 0 | 55.96 | 1 | 0.83 |
| Hex | FF | F9 | A6 | 0 | 2 | 23 | 0 | 38 | 64 | 53 |
| Octal | 377 | 371 | 246 | 0 | 2 | 43 | 0 | 70 | 144 | 123 |
| Binary | 11111111 | 11111001 | 10100110 | 0 | 10 | 100011 | 0 | 111000 | 1100100 | 1010011 |
Color Harmonies of #FFF9A6
Complementary color
Monochromatic Colors of #FFF9A6
Black with #FFF9A6
Text Example
Text Example
White with #FFF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9A6; }
p { color: rgb(255,249,166); }
H1.HeaderClassName
{
color: #FFF9A6;
}
.AnyTagClassName
{
color: #FFF9A6;
}
</style>
background-color css
<style>
a { background-color: #FFF9A6; }
a { background-color: rgb(255,249,166); }
div.DivClassName
{
background-color: #FFF9A6;
}
.BgClassName
{
background-color: #FFF9A6;
}
</style>
border-color css
<style>
span { border-color: #FFF9A6; }
span { border-color: rgb(255,249,166); }
td.TdClassName
{
border-color: #FFF9A6;
}
.TagClassName
{
border-color: #FFF9A6;
}
</style>