Shades of Shalimar #F7F4B3
Tints of Shalimar #F7F4B3
RGB
CMYK
RGB Variations
Color information
#F7F4B3 (or 0xF7F4B3) is known color: Shalimar. HEX triplet: F7, F4 and B3. RGB value is (247,244,179). Sum of RGB (Red+Green+Blue) = 247+244+179=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 179 (70.31% from 255 or 26.72% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F4B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F4B3 is #080B4C. Grayscale: #EDEDED. Windows color (decimal): -527181 or 11793655. OLE color: 11793655.
HSL color Cylindrical-coordinate representation of color #F7F4B3: hue angle of 57.35º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7F4B3 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 244 | 179 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.03 |
| HSL | 57.35º | 0.81% | 0.84% | - |
| HSV(B) | 57.35º | 0.28% | 0.97% | - |
| XYZ | 78.85 | 87.73 | 55.43 | - |
| YUV | 237.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 244 | 179 | 0 | 0.01 | 0.28 | 0.03 | 57.35 | 0.81 | 0.84 |
| Hex | F7 | F4 | B3 | 0 | 1 | 1C | 3 | 39 | 51 | 54 |
| Octal | 367 | 364 | 263 | 0 | 1 | 34 | 3 | 71 | 121 | 124 |
| Binary | 11110111 | 11110100 | 10110011 | 0 | 1 | 11100 | 11 | 111001 | 1010001 | 1010100 |
Color Harmonies of #F7F4B3
Complementary color
Monochromatic Colors of #F7F4B3
Black with #F7F4B3
Text Example
Text Example
White with #F7F4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F4B3; }
p { color: rgb(247,244,179); }
H1.HeaderClassName
{
color: #F7F4B3;
}
.AnyTagClassName
{
color: #F7F4B3;
}
</style>
background-color css
<style>
a { background-color: #F7F4B3; }
a { background-color: rgb(247,244,179); }
div.DivClassName
{
background-color: #F7F4B3;
}
.BgClassName
{
background-color: #F7F4B3;
}
</style>
border-color css
<style>
span { border-color: #F7F4B3; }
span { border-color: rgb(247,244,179); }
td.TdClassName
{
border-color: #F7F4B3;
}
.TagClassName
{
border-color: #F7F4B3;
}
</style>