Shades of Shalimar #F6EFAB
Tints of Shalimar #F6EFAB
RGB
CMYK
RGB Variations
Color information
#F6EFAB (or 0xF6EFAB) is known color: Shalimar. HEX triplet: F6, EF and AB. RGB value is (246,239,171). Sum of RGB (Red+Green+Blue) = 246+239+171=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EFAB is #091054. Grayscale: #E9E9E9. Windows color (decimal): -594005 or 11268086. OLE color: 11268086.
HSL color Cylindrical-coordinate representation of color #F6EFAB: hue angle of 54.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6EFAB is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 171 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.04 |
| HSL | 54.4º | 0.81% | 0.82% | - |
| HSV(B) | 54.4º | 0.3% | 0.96% | - |
| XYZ | 76.22 | 84.27 | 50.78 | - |
| YUV | 233.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 171 | 0 | 0.03 | 0.30 | 0.04 | 54.4 | 0.81 | 0.82 |
| Hex | F6 | EF | AB | 0 | 3 | 1E | 4 | 36 | 51 | 52 |
| Octal | 366 | 357 | 253 | 0 | 3 | 36 | 4 | 66 | 121 | 122 |
| Binary | 11110110 | 11101111 | 10101011 | 0 | 11 | 11110 | 100 | 110110 | 1010001 | 1010010 |
Color Harmonies of #F6EFAB
Complementary color
Monochromatic Colors of #F6EFAB
Black with #F6EFAB
Text Example
Text Example
White with #F6EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFAB; }
p { color: rgb(246,239,171); }
H1.HeaderClassName
{
color: #F6EFAB;
}
.AnyTagClassName
{
color: #F6EFAB;
}
</style>
background-color css
<style>
a { background-color: #F6EFAB; }
a { background-color: rgb(246,239,171); }
div.DivClassName
{
background-color: #F6EFAB;
}
.BgClassName
{
background-color: #F6EFAB;
}
</style>
border-color css
<style>
span { border-color: #F6EFAB; }
span { border-color: rgb(246,239,171); }
td.TdClassName
{
border-color: #F6EFAB;
}
.TagClassName
{
border-color: #F6EFAB;
}
</style>