Shades of Shalimar #F6F3B4
Tints of Shalimar #F6F3B4
RGB
CMYK
RGB Variations
Color information
#F6F3B4 (or 0xF6F3B4) is known color: Shalimar. HEX triplet: F6, F3 and B4. RGB value is (246,243,180). Sum of RGB (Red+Green+Blue) = 246+243+180=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 180 (70.70% from 255 or 26.91% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F3B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F3B4 is #090C4B. Grayscale: #ECECEC. Windows color (decimal): -592972 or 11858934. OLE color: 11858934.
HSL color Cylindrical-coordinate representation of color #F6F3B4: hue angle of 57.27º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6F3B4 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 243 | 180 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.04 |
| HSL | 57.27º | 0.79% | 0.84% | - |
| HSV(B) | 57.27º | 0.27% | 0.96% | - |
| XYZ | 78.29 | 86.99 | 55.84 | - |
| YUV | 236.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 243 | 180 | 0 | 0.01 | 0.27 | 0.04 | 57.27 | 0.79 | 0.84 |
| Hex | F6 | F3 | B4 | 0 | 1 | 1B | 4 | 39 | 4F | 54 |
| Octal | 366 | 363 | 264 | 0 | 1 | 33 | 4 | 71 | 117 | 124 |
| Binary | 11110110 | 11110011 | 10110100 | 0 | 1 | 11011 | 100 | 111001 | 1001111 | 1010100 |
Color Harmonies of #F6F3B4
Complementary color
Monochromatic Colors of #F6F3B4
Black with #F6F3B4
Text Example
Text Example
White with #F6F3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F3B4; }
p { color: rgb(246,243,180); }
H1.HeaderClassName
{
color: #F6F3B4;
}
.AnyTagClassName
{
color: #F6F3B4;
}
</style>
background-color css
<style>
a { background-color: #F6F3B4; }
a { background-color: rgb(246,243,180); }
div.DivClassName
{
background-color: #F6F3B4;
}
.BgClassName
{
background-color: #F6F3B4;
}
</style>
border-color css
<style>
span { border-color: #F6F3B4; }
span { border-color: rgb(246,243,180); }
td.TdClassName
{
border-color: #F6F3B4;
}
.TagClassName
{
border-color: #F6F3B4;
}
</style>