Shades of Shalimar #F6FAA6
Tints of Shalimar #F6FAA6
RGB
CMYK
RGB Variations
Color information
#F6FAA6 (or 0xF6FAA6) is known color: Shalimar. HEX triplet: F6, FA and A6. RGB value is (246,250,166). Sum of RGB (Red+Green+Blue) = 246+250+166=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 166 (65.23% from 255 or 25.08% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAA6 is #090559. Grayscale: #EFEFEF. Windows color (decimal): -591194 or 10943222. OLE color: 10943222.
HSL color Cylindrical-coordinate representation of color #F6FAA6: hue angle of 62.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6FAA6 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 166 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.02 |
| HSL | 62.86º | 0.89% | 0.82% | - |
| HSV(B) | 62.86º | 0.34% | 0.98% | - |
| XYZ | 79.07 | 90.72 | 49.42 | - |
| YUV | 239.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 166 | 0.02 | 0 | 0.34 | 0.02 | 62.86 | 0.89 | 0.82 |
| Hex | F6 | FA | A6 | 2 | 0 | 22 | 2 | 3F | 59 | 52 |
| Octal | 366 | 372 | 246 | 2 | 0 | 42 | 2 | 77 | 131 | 122 |
| Binary | 11110110 | 11111010 | 10100110 | 10 | 0 | 100010 | 10 | 111111 | 1011001 | 1010010 |
Color Harmonies of #F6FAA6
Complementary color
Monochromatic Colors of #F6FAA6
Black with #F6FAA6
Text Example
Text Example
White with #F6FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAA6; }
p { color: rgb(246,250,166); }
H1.HeaderClassName
{
color: #F6FAA6;
}
.AnyTagClassName
{
color: #F6FAA6;
}
</style>
background-color css
<style>
a { background-color: #F6FAA6; }
a { background-color: rgb(246,250,166); }
div.DivClassName
{
background-color: #F6FAA6;
}
.BgClassName
{
background-color: #F6FAA6;
}
</style>
border-color css
<style>
span { border-color: #F6FAA6; }
span { border-color: rgb(246,250,166); }
td.TdClassName
{
border-color: #F6FAA6;
}
.TagClassName
{
border-color: #F6FAA6;
}
</style>