Shades of Shalimar #F6F2B3
Tints of Shalimar #F6F2B3
RGB
CMYK
RGB Variations
Color information
#F6F2B3 (or 0xF6F2B3) is known color: Shalimar. HEX triplet: F6, F2 and B3. RGB value is (246,242,179). Sum of RGB (Red+Green+Blue) = 246+242+179=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 179 (70.31% from 255 or 26.84% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2B3 is #090D4C. Grayscale: #ECECEC. Windows color (decimal): -593229 or 11793142. OLE color: 11793142.
HSL color Cylindrical-coordinate representation of color #F6F2B3: hue angle of 56.42º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6F2B3 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 179 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.04 |
| HSL | 56.42º | 0.79% | 0.83% | - |
| HSV(B) | 56.42º | 0.27% | 0.96% | - |
| XYZ | 77.89 | 86.35 | 55.21 | - |
| YUV | 236.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 179 | 0 | 0.02 | 0.27 | 0.04 | 56.42 | 0.79 | 0.83 |
| Hex | F6 | F2 | B3 | 0 | 2 | 1B | 4 | 38 | 4F | 53 |
| Octal | 366 | 362 | 263 | 0 | 2 | 33 | 4 | 70 | 117 | 123 |
| Binary | 11110110 | 11110010 | 10110011 | 0 | 10 | 11011 | 100 | 111000 | 1001111 | 1010011 |
Color Harmonies of #F6F2B3
Complementary color
Monochromatic Colors of #F6F2B3
Black with #F6F2B3
Text Example
Text Example
White with #F6F2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2B3; }
p { color: rgb(246,242,179); }
H1.HeaderClassName
{
color: #F6F2B3;
}
.AnyTagClassName
{
color: #F6F2B3;
}
</style>
background-color css
<style>
a { background-color: #F6F2B3; }
a { background-color: rgb(246,242,179); }
div.DivClassName
{
background-color: #F6F2B3;
}
.BgClassName
{
background-color: #F6F2B3;
}
</style>
border-color css
<style>
span { border-color: #F6F2B3; }
span { border-color: rgb(246,242,179); }
td.TdClassName
{
border-color: #F6F2B3;
}
.TagClassName
{
border-color: #F6F2B3;
}
</style>