Shades of Shalimar #F7F3A4
Tints of Shalimar #F7F3A4
RGB
CMYK
RGB Variations
Color information
#F7F3A4 (or 0xF7F3A4) is known color: Shalimar. HEX triplet: F7, F3 and A4. RGB value is (247,243,164). Sum of RGB (Red+Green+Blue) = 247+243+164=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 164 (64.45% from 255 or 25.08% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F3A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F3A4 is #080C5B. Grayscale: #EBEBEB. Windows color (decimal): -527452 or 10810359. OLE color: 10810359.
HSL color Cylindrical-coordinate representation of color #F7F3A4: hue angle of 57.11º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7F3A4 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 243 | 164 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.03 |
| HSL | 57.11º | 0.84% | 0.81% | - |
| HSV(B) | 57.11º | 0.34% | 0.97% | - |
| XYZ | 77.11 | 86.56 | 47.76 | - |
| YUV | 235.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 243 | 164 | 0 | 0.02 | 0.34 | 0.03 | 57.11 | 0.84 | 0.81 |
| Hex | F7 | F3 | A4 | 0 | 2 | 22 | 3 | 39 | 54 | 51 |
| Octal | 367 | 363 | 244 | 0 | 2 | 42 | 3 | 71 | 124 | 121 |
| Binary | 11110111 | 11110011 | 10100100 | 0 | 10 | 100010 | 11 | 111001 | 1010100 | 1010001 |
Color Harmonies of #F7F3A4
Complementary color
Monochromatic Colors of #F7F3A4
Black with #F7F3A4
Text Example
Text Example
White with #F7F3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F3A4; }
p { color: rgb(247,243,164); }
H1.HeaderClassName
{
color: #F7F3A4;
}
.AnyTagClassName
{
color: #F7F3A4;
}
</style>
background-color css
<style>
a { background-color: #F7F3A4; }
a { background-color: rgb(247,243,164); }
div.DivClassName
{
background-color: #F7F3A4;
}
.BgClassName
{
background-color: #F7F3A4;
}
</style>
border-color css
<style>
span { border-color: #F7F3A4; }
span { border-color: rgb(247,243,164); }
td.TdClassName
{
border-color: #F7F3A4;
}
.TagClassName
{
border-color: #F7F3A4;
}
</style>