Shades of Shalimar #F4F7A3
Tints of Shalimar #F4F7A3
RGB
CMYK
RGB Variations
Color information
#F4F7A3 (or 0xF4F7A3) is known color: Shalimar. HEX triplet: F4, F7 and A3. RGB value is (244,247,163). Sum of RGB (Red+Green+Blue) = 244+247+163=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 163 (64.06% from 255 or 24.92% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #F4F7A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F7A3 is #0B085C. Grayscale: #ECECEC. Windows color (decimal): -723037 or 10745844. OLE color: 10745844.
HSL color Cylindrical-coordinate representation of color #F4F7A3: hue angle of 62.14º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4F7A3 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 247 | 163 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.03 |
| HSL | 62.14º | 0.84% | 0.8% | - |
| HSV(B) | 62.14º | 0.34% | 0.97% | - |
| XYZ | 77.18 | 88.4 | 47.65 | - |
| YUV | 236.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 247 | 163 | 0.01 | 0 | 0.34 | 0.03 | 62.14 | 0.84 | 0.8 |
| Hex | F4 | F7 | A3 | 1 | 0 | 22 | 3 | 3E | 54 | 50 |
| Octal | 364 | 367 | 243 | 1 | 0 | 42 | 3 | 76 | 124 | 120 |
| Binary | 11110100 | 11110111 | 10100011 | 1 | 0 | 100010 | 11 | 111110 | 1010100 | 1010000 |
Color Harmonies of #F4F7A3
Complementary color
Monochromatic Colors of #F4F7A3
Black with #F4F7A3
Text Example
Text Example
White with #F4F7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F7A3; }
p { color: rgb(244,247,163); }
H1.HeaderClassName
{
color: #F4F7A3;
}
.AnyTagClassName
{
color: #F4F7A3;
}
</style>
background-color css
<style>
a { background-color: #F4F7A3; }
a { background-color: rgb(244,247,163); }
div.DivClassName
{
background-color: #F4F7A3;
}
.BgClassName
{
background-color: #F4F7A3;
}
</style>
border-color css
<style>
span { border-color: #F4F7A3; }
span { border-color: rgb(244,247,163); }
td.TdClassName
{
border-color: #F4F7A3;
}
.TagClassName
{
border-color: #F4F7A3;
}
</style>