Shades of Shalimar #F7F2B2
Tints of Shalimar #F7F2B2
RGB
CMYK
RGB Variations
Color information
#F7F2B2 (or 0xF7F2B2) is known color: Shalimar. HEX triplet: F7, F2 and B2. RGB value is (247,242,178). Sum of RGB (Red+Green+Blue) = 247+242+178=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 178 (69.92% from 255 or 26.69% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F2B2 is #080D4D. Grayscale: #ECECEC. Windows color (decimal): -527694 or 11727607. OLE color: 11727607.
HSL color Cylindrical-coordinate representation of color #F7F2B2: hue angle of 55.65º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7F2B2 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 178 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.03 |
| HSL | 55.65º | 0.81% | 0.83% | - |
| HSV(B) | 55.65º | 0.28% | 0.97% | - |
| XYZ | 78.15 | 86.49 | 54.7 | - |
| YUV | 236.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 178 | 0 | 0.02 | 0.28 | 0.03 | 55.65 | 0.81 | 0.83 |
| Hex | F7 | F2 | B2 | 0 | 2 | 1C | 3 | 38 | 51 | 53 |
| Octal | 367 | 362 | 262 | 0 | 2 | 34 | 3 | 70 | 121 | 123 |
| Binary | 11110111 | 11110010 | 10110010 | 0 | 10 | 11100 | 11 | 111000 | 1010001 | 1010011 |
Color Harmonies of #F7F2B2
Complementary color
Monochromatic Colors of #F7F2B2
Black with #F7F2B2
Text Example
Text Example
White with #F7F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2B2; }
p { color: rgb(247,242,178); }
H1.HeaderClassName
{
color: #F7F2B2;
}
.AnyTagClassName
{
color: #F7F2B2;
}
</style>
background-color css
<style>
a { background-color: #F7F2B2; }
a { background-color: rgb(247,242,178); }
div.DivClassName
{
background-color: #F7F2B2;
}
.BgClassName
{
background-color: #F7F2B2;
}
</style>
border-color css
<style>
span { border-color: #F7F2B2; }
span { border-color: rgb(247,242,178); }
td.TdClassName
{
border-color: #F7F2B2;
}
.TagClassName
{
border-color: #F7F2B2;
}
</style>