Shades of Shalimar #F6F0B0
Tints of Shalimar #F6F0B0
RGB
CMYK
RGB Variations
Color information
#F6F0B0 (or 0xF6F0B0) is known color: Shalimar. HEX triplet: F6, F0 and B0. RGB value is (246,240,176). Sum of RGB (Red+Green+Blue) = 246+240+176=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F0B0 is #090F4F. Grayscale: #EAEAEA. Windows color (decimal): -593744 or 11596022. OLE color: 11596022.
HSL color Cylindrical-coordinate representation of color #F6F0B0: hue angle of 54.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6F0B0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 176 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.04 |
| HSL | 54.86º | 0.8% | 0.83% | - |
| HSV(B) | 54.86º | 0.28% | 0.96% | - |
| XYZ | 77 | 85.05 | 53.43 | - |
| YUV | 234.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 176 | 0 | 0.02 | 0.28 | 0.04 | 54.86 | 0.8 | 0.83 |
| Hex | F6 | F0 | B0 | 0 | 2 | 1C | 4 | 37 | 50 | 53 |
| Octal | 366 | 360 | 260 | 0 | 2 | 34 | 4 | 67 | 120 | 123 |
| Binary | 11110110 | 11110000 | 10110000 | 0 | 10 | 11100 | 100 | 110111 | 1010000 | 1010011 |
Color Harmonies of #F6F0B0
Complementary color
Monochromatic Colors of #F6F0B0
Black with #F6F0B0
Text Example
Text Example
White with #F6F0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0B0; }
p { color: rgb(246,240,176); }
H1.HeaderClassName
{
color: #F6F0B0;
}
.AnyTagClassName
{
color: #F6F0B0;
}
</style>
background-color css
<style>
a { background-color: #F6F0B0; }
a { background-color: rgb(246,240,176); }
div.DivClassName
{
background-color: #F6F0B0;
}
.BgClassName
{
background-color: #F6F0B0;
}
</style>
border-color css
<style>
span { border-color: #F6F0B0; }
span { border-color: rgb(246,240,176); }
td.TdClassName
{
border-color: #F6F0B0;
}
.TagClassName
{
border-color: #F6F0B0;
}
</style>