Shades of Shalimar #F6F9A3
Tints of Shalimar #F6F9A3
RGB
CMYK
RGB Variations
Color information
#F6F9A3 (or 0xF6F9A3) is known color: Shalimar. HEX triplet: F6, F9 and A3. RGB value is (246,249,163). Sum of RGB (Red+Green+Blue) = 246+249+163=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 163 (64.06% from 255 or 24.77% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F9A3 is #09065C. Grayscale: #EEEEEE. Windows color (decimal): -591453 or 10746358. OLE color: 10746358.
HSL color Cylindrical-coordinate representation of color #F6F9A3: hue angle of 62.09º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6F9A3 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 249 | 163 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.02 |
| HSL | 62.09º | 0.88% | 0.81% | - |
| HSV(B) | 62.09º | 0.35% | 0.98% | - |
| XYZ | 78.49 | 89.99 | 47.88 | - |
| YUV | 238.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 249 | 163 | 0.01 | 0 | 0.35 | 0.02 | 62.09 | 0.88 | 0.81 |
| Hex | F6 | F9 | A3 | 1 | 0 | 23 | 2 | 3E | 58 | 51 |
| Octal | 366 | 371 | 243 | 1 | 0 | 43 | 2 | 76 | 130 | 121 |
| Binary | 11110110 | 11111001 | 10100011 | 1 | 0 | 100011 | 10 | 111110 | 1011000 | 1010001 |
Color Harmonies of #F6F9A3
Complementary color
Monochromatic Colors of #F6F9A3
Black with #F6F9A3
Text Example
Text Example
White with #F6F9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F9A3; }
p { color: rgb(246,249,163); }
H1.HeaderClassName
{
color: #F6F9A3;
}
.AnyTagClassName
{
color: #F6F9A3;
}
</style>
background-color css
<style>
a { background-color: #F6F9A3; }
a { background-color: rgb(246,249,163); }
div.DivClassName
{
background-color: #F6F9A3;
}
.BgClassName
{
background-color: #F6F9A3;
}
</style>
border-color css
<style>
span { border-color: #F6F9A3; }
span { border-color: rgb(246,249,163); }
td.TdClassName
{
border-color: #F6F9A3;
}
.TagClassName
{
border-color: #F6F9A3;
}
</style>