Shades of Shalimar #FFF6AA
Tints of Shalimar #FFF6AA
RGB
CMYK
RGB Variations
Color information
#FFF6AA (or 0xFFF6AA) is known color: Shalimar. HEX triplet: FF, F6 and AA. RGB value is (255,246,170). Sum of RGB (Red+Green+Blue) = 255+246+170=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AA is #000955. Grayscale: #F0F0F0. Windows color (decimal): -2390 or 11204351. OLE color: 11204351.
HSL color Cylindrical-coordinate representation of color #FFF6AA: hue angle of 53.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF6AA is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 170 | - |
| CMYK | 0 | 0.04 | 0.33 | 0 |
| HSL | 53.65º | 1% | 0.83% | - |
| HSV(B) | 53.65º | 0.33% | 1% | - |
| XYZ | 81.45 | 90.07 | 51.12 | - |
| YUV | 240.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 170 | 0 | 0.04 | 0.33 | 0 | 53.65 | 1 | 0.83 |
| Hex | FF | F6 | AA | 0 | 4 | 21 | 0 | 36 | 64 | 53 |
| Octal | 377 | 366 | 252 | 0 | 4 | 41 | 0 | 66 | 144 | 123 |
| Binary | 11111111 | 11110110 | 10101010 | 0 | 100 | 100001 | 0 | 110110 | 1100100 | 1010011 |
Color Harmonies of #FFF6AA
Complementary color
Monochromatic Colors of #FFF6AA
Black with #FFF6AA
Text Example
Text Example
White with #FFF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6AA; }
p { color: rgb(255,246,170); }
H1.HeaderClassName
{
color: #FFF6AA;
}
.AnyTagClassName
{
color: #FFF6AA;
}
</style>
background-color css
<style>
a { background-color: #FFF6AA; }
a { background-color: rgb(255,246,170); }
div.DivClassName
{
background-color: #FFF6AA;
}
.BgClassName
{
background-color: #FFF6AA;
}
</style>
border-color css
<style>
span { border-color: #FFF6AA; }
span { border-color: rgb(255,246,170); }
td.TdClassName
{
border-color: #FFF6AA;
}
.TagClassName
{
border-color: #FFF6AA;
}
</style>