Shades of Shalimar #F6F4B0
Tints of Shalimar #F6F4B0
RGB
CMYK
RGB Variations
Color information
#F6F4B0 (or 0xF6F4B0) is known color: Shalimar. HEX triplet: F6, F4 and B0. RGB value is (246,244,176). Sum of RGB (Red+Green+Blue) = 246+244+176=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 176 (69.14% from 255 or 26.43% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F4B0 is #090B4F. Grayscale: #EDEDED. Windows color (decimal): -592720 or 11597046. OLE color: 11597046.
HSL color Cylindrical-coordinate representation of color #F6F4B0: hue angle of 58.29º 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 #F6F4B0 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 244 | 176 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.04 |
| HSL | 58.29º | 0.8% | 0.83% | - |
| HSV(B) | 58.29º | 0.28% | 0.96% | - |
| XYZ | 78.19 | 87.43 | 53.83 | - |
| YUV | 236.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 244 | 176 | 0 | 0.01 | 0.28 | 0.04 | 58.29 | 0.8 | 0.83 |
| Hex | F6 | F4 | B0 | 0 | 1 | 1C | 4 | 3A | 50 | 53 |
| Octal | 366 | 364 | 260 | 0 | 1 | 34 | 4 | 72 | 120 | 123 |
| Binary | 11110110 | 11110100 | 10110000 | 0 | 1 | 11100 | 100 | 111010 | 1010000 | 1010011 |
Color Harmonies of #F6F4B0
Complementary color
Monochromatic Colors of #F6F4B0
Black with #F6F4B0
Text Example
Text Example
White with #F6F4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F4B0; }
p { color: rgb(246,244,176); }
H1.HeaderClassName
{
color: #F6F4B0;
}
.AnyTagClassName
{
color: #F6F4B0;
}
</style>
background-color css
<style>
a { background-color: #F6F4B0; }
a { background-color: rgb(246,244,176); }
div.DivClassName
{
background-color: #F6F4B0;
}
.BgClassName
{
background-color: #F6F4B0;
}
</style>
border-color css
<style>
span { border-color: #F6F4B0; }
span { border-color: rgb(246,244,176); }
td.TdClassName
{
border-color: #F6F4B0;
}
.TagClassName
{
border-color: #F6F4B0;
}
</style>