Shades of Shalimar #F6F0AC
Tints of Shalimar #F6F0AC
RGB
CMYK
RGB Variations
Color information
#F6F0AC (or 0xF6F0AC) is known color: Shalimar. HEX triplet: F6, F0 and AC. RGB value is (246,240,172). Sum of RGB (Red+Green+Blue) = 246+240+172=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 172 (67.58% from 255 or 26.14% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F0AC is #090F53. Grayscale: #EAEAEA. Windows color (decimal): -593748 or 11333878. OLE color: 11333878.
HSL color Cylindrical-coordinate representation of color #F6F0AC: hue angle of 55.14º degrees, saturation: 0.8, 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 #F6F0AC is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 172 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.04 |
| HSL | 55.14º | 0.8% | 0.82% | - |
| HSV(B) | 55.14º | 0.3% | 0.96% | - |
| XYZ | 76.61 | 84.89 | 51.38 | - |
| YUV | 234.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 172 | 0 | 0.02 | 0.30 | 0.04 | 55.14 | 0.8 | 0.82 |
| Hex | F6 | F0 | AC | 0 | 2 | 1E | 4 | 37 | 50 | 52 |
| Octal | 366 | 360 | 254 | 0 | 2 | 36 | 4 | 67 | 120 | 122 |
| Binary | 11110110 | 11110000 | 10101100 | 0 | 10 | 11110 | 100 | 110111 | 1010000 | 1010010 |
Color Harmonies of #F6F0AC
Complementary color
Monochromatic Colors of #F6F0AC
Black with #F6F0AC
Text Example
Text Example
White with #F6F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0AC; }
p { color: rgb(246,240,172); }
H1.HeaderClassName
{
color: #F6F0AC;
}
.AnyTagClassName
{
color: #F6F0AC;
}
</style>
background-color css
<style>
a { background-color: #F6F0AC; }
a { background-color: rgb(246,240,172); }
div.DivClassName
{
background-color: #F6F0AC;
}
.BgClassName
{
background-color: #F6F0AC;
}
</style>
border-color css
<style>
span { border-color: #F6F0AC; }
span { border-color: rgb(246,240,172); }
td.TdClassName
{
border-color: #F6F0AC;
}
.TagClassName
{
border-color: #F6F0AC;
}
</style>