Shades of Shalimar #F6F7A5
Tints of Shalimar #F6F7A5
RGB
CMYK
RGB Variations
Color information
#F6F7A5 (or 0xF6F7A5) is known color: Shalimar. HEX triplet: F6, F7 and A5. RGB value is (246,247,165). Sum of RGB (Red+Green+Blue) = 246+247+165=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F7A5 is #09085A. Grayscale: #EDEDED. Windows color (decimal): -591963 or 10876918. OLE color: 10876918.
HSL color Cylindrical-coordinate representation of color #F6F7A5: hue angle of 60.73º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6F7A5 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 247 | 165 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.03 |
| HSL | 60.73º | 0.84% | 0.81% | - |
| HSV(B) | 60.73º | 0.33% | 0.97% | - |
| XYZ | 78.06 | 88.83 | 48.63 | - |
| YUV | 237.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 247 | 165 | 0.00 | 0 | 0.33 | 0.03 | 60.73 | 0.84 | 0.81 |
| Hex | F6 | F7 | A5 | 0 | 0 | 21 | 3 | 3D | 54 | 51 |
| Octal | 366 | 367 | 245 | 0 | 0 | 41 | 3 | 75 | 124 | 121 |
| Binary | 11110110 | 11110111 | 10100101 | 0 | 0 | 100001 | 11 | 111101 | 1010100 | 1010001 |
Color Harmonies of #F6F7A5
Complementary color
Monochromatic Colors of #F6F7A5
Black with #F6F7A5
Text Example
Text Example
White with #F6F7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F7A5; }
p { color: rgb(246,247,165); }
H1.HeaderClassName
{
color: #F6F7A5;
}
.AnyTagClassName
{
color: #F6F7A5;
}
</style>
background-color css
<style>
a { background-color: #F6F7A5; }
a { background-color: rgb(246,247,165); }
div.DivClassName
{
background-color: #F6F7A5;
}
.BgClassName
{
background-color: #F6F7A5;
}
</style>
border-color css
<style>
span { border-color: #F6F7A5; }
span { border-color: rgb(246,247,165); }
td.TdClassName
{
border-color: #F6F7A5;
}
.TagClassName
{
border-color: #F6F7A5;
}
</style>