Shades of Shalimar #FFF6AD
Tints of Shalimar #FFF6AD
RGB
CMYK
RGB Variations
Color information
#FFF6AD (or 0xFFF6AD) is known color: Shalimar. HEX triplet: FF, F6 and AD. RGB value is (255,246,173). Sum of RGB (Red+Green+Blue) = 255+246+173=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AD is #000952. Grayscale: #F0F0F0. Windows color (decimal): -2387 or 11400959. OLE color: 11400959.
HSL color Cylindrical-coordinate representation of color #FFF6AD: hue angle of 53.41º 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 #FFF6AD is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 173 | - |
| CMYK | 0 | 0.04 | 0.32 | 0 |
| HSL | 53.41º | 1% | 0.84% | - |
| HSV(B) | 53.41º | 0.32% | 1% | - |
| XYZ | 81.74 | 90.19 | 52.64 | - |
| YUV | 240.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 173 | 0 | 0.04 | 0.32 | 0 | 53.41 | 1 | 0.84 |
| Hex | FF | F6 | AD | 0 | 4 | 20 | 0 | 35 | 64 | 54 |
| Octal | 377 | 366 | 255 | 0 | 4 | 40 | 0 | 65 | 144 | 124 |
| Binary | 11111111 | 11110110 | 10101101 | 0 | 100 | 100000 | 0 | 110101 | 1100100 | 1010100 |
Color Harmonies of #FFF6AD
Complementary color
Monochromatic Colors of #FFF6AD
Black with #FFF6AD
Text Example
Text Example
White with #FFF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6AD; }
p { color: rgb(255,246,173); }
H1.HeaderClassName
{
color: #FFF6AD;
}
.AnyTagClassName
{
color: #FFF6AD;
}
</style>
background-color css
<style>
a { background-color: #FFF6AD; }
a { background-color: rgb(255,246,173); }
div.DivClassName
{
background-color: #FFF6AD;
}
.BgClassName
{
background-color: #FFF6AD;
}
</style>
border-color css
<style>
span { border-color: #FFF6AD; }
span { border-color: rgb(255,246,173); }
td.TdClassName
{
border-color: #FFF6AD;
}
.TagClassName
{
border-color: #FFF6AD;
}
</style>