Shades of Shalimar #F6F3A4
Tints of Shalimar #F6F3A4
RGB
CMYK
RGB Variations
Color information
#F6F3A4 (or 0xF6F3A4) is known color: Shalimar. HEX triplet: F6, F3 and A4. RGB value is (246,243,164). Sum of RGB (Red+Green+Blue) = 246+243+164=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 164 (64.45% from 255 or 25.11% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F3A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F3A4 is #090C5B. Grayscale: #EBEBEB. Windows color (decimal): -592988 or 10810358. OLE color: 10810358.
HSL color Cylindrical-coordinate representation of color #F6F3A4: hue angle of 57.8º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6F3A4 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 243 | 164 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.04 |
| HSL | 57.8º | 0.82% | 0.8% | - |
| HSV(B) | 57.8º | 0.33% | 0.96% | - |
| XYZ | 76.76 | 86.37 | 47.75 | - |
| YUV | 234.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 243 | 164 | 0 | 0.01 | 0.33 | 0.04 | 57.8 | 0.82 | 0.8 |
| Hex | F6 | F3 | A4 | 0 | 1 | 21 | 4 | 3A | 52 | 50 |
| Octal | 366 | 363 | 244 | 0 | 1 | 41 | 4 | 72 | 122 | 120 |
| Binary | 11110110 | 11110011 | 10100100 | 0 | 1 | 100001 | 100 | 111010 | 1010010 | 1010000 |
Color Harmonies of #F6F3A4
Complementary color
Monochromatic Colors of #F6F3A4
Black with #F6F3A4
Text Example
Text Example
White with #F6F3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F3A4; }
p { color: rgb(246,243,164); }
H1.HeaderClassName
{
color: #F6F3A4;
}
.AnyTagClassName
{
color: #F6F3A4;
}
</style>
background-color css
<style>
a { background-color: #F6F3A4; }
a { background-color: rgb(246,243,164); }
div.DivClassName
{
background-color: #F6F3A4;
}
.BgClassName
{
background-color: #F6F3A4;
}
</style>
border-color css
<style>
span { border-color: #F6F3A4; }
span { border-color: rgb(246,243,164); }
td.TdClassName
{
border-color: #F6F3A4;
}
.TagClassName
{
border-color: #F6F3A4;
}
</style>