Shades of Shalimar #F7EFB0
Tints of Shalimar #F7EFB0
RGB
CMYK
RGB Variations
Color information
#F7EFB0 (or 0xF7EFB0) is known color: Shalimar. HEX triplet: F7, EF and B0. RGB value is (247,239,176). Sum of RGB (Red+Green+Blue) = 247+239+176=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFB0 is #08104F. Grayscale: #EAEAEA. Windows color (decimal): -528464 or 11595767. OLE color: 11595767.
HSL color Cylindrical-coordinate representation of color #F7EFB0: hue angle of 53.24º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7EFB0 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 239 | 176 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.03 |
| HSL | 53.24º | 0.82% | 0.83% | - |
| HSV(B) | 53.24º | 0.29% | 0.97% | - |
| XYZ | 77.06 | 84.64 | 53.35 | - |
| YUV | 234.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 239 | 176 | 0 | 0.03 | 0.29 | 0.03 | 53.24 | 0.82 | 0.83 |
| Hex | F7 | EF | B0 | 0 | 3 | 1D | 3 | 35 | 52 | 53 |
| Octal | 367 | 357 | 260 | 0 | 3 | 35 | 3 | 65 | 122 | 123 |
| Binary | 11110111 | 11101111 | 10110000 | 0 | 11 | 11101 | 11 | 110101 | 1010010 | 1010011 |
Color Harmonies of #F7EFB0
Complementary color
Monochromatic Colors of #F7EFB0
Black with #F7EFB0
Text Example
Text Example
White with #F7EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EFB0; }
p { color: rgb(247,239,176); }
H1.HeaderClassName
{
color: #F7EFB0;
}
.AnyTagClassName
{
color: #F7EFB0;
}
</style>
background-color css
<style>
a { background-color: #F7EFB0; }
a { background-color: rgb(247,239,176); }
div.DivClassName
{
background-color: #F7EFB0;
}
.BgClassName
{
background-color: #F7EFB0;
}
</style>
border-color css
<style>
span { border-color: #F7EFB0; }
span { border-color: rgb(247,239,176); }
td.TdClassName
{
border-color: #F7EFB0;
}
.TagClassName
{
border-color: #F7EFB0;
}
</style>