Shades of Shalimar #FEF5B3
Tints of Shalimar #FEF5B3
RGB
CMYK
RGB Variations
Color information
#FEF5B3 (or 0xFEF5B3) is known color: Shalimar. HEX triplet: FE, F5 and B3. RGB value is (254,245,179). Sum of RGB (Red+Green+Blue) = 254+245+179=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 179 (70.31% from 255 or 26.40% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B3 is #010A4C. Grayscale: #F0F0F0. Windows color (decimal): -68173 or 11793918. OLE color: 11793918.
HSL color Cylindrical-coordinate representation of color #FEF5B3: hue angle of 52.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEF5B3 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 179 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.00 |
| HSL | 52.8º | 0.97% | 0.85% | - |
| HSV(B) | 52.8º | 0.3% | 1% | - |
| XYZ | 81.66 | 89.63 | 55.64 | - |
| YUV | 240.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 179 | 0 | 0.04 | 0.30 | 0.00 | 52.8 | 0.97 | 0.85 |
| Hex | FE | F5 | B3 | 0 | 4 | 1E | 0 | 35 | 61 | 55 |
| Octal | 376 | 365 | 263 | 0 | 4 | 36 | 0 | 65 | 141 | 125 |
| Binary | 11111110 | 11110101 | 10110011 | 0 | 100 | 11110 | 0 | 110101 | 1100001 | 1010101 |
Color Harmonies of #FEF5B3
Complementary color
Monochromatic Colors of #FEF5B3
Black with #FEF5B3
Text Example
Text Example
White with #FEF5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5B3; }
p { color: rgb(254,245,179); }
H1.HeaderClassName
{
color: #FEF5B3;
}
.AnyTagClassName
{
color: #FEF5B3;
}
</style>
background-color css
<style>
a { background-color: #FEF5B3; }
a { background-color: rgb(254,245,179); }
div.DivClassName
{
background-color: #FEF5B3;
}
.BgClassName
{
background-color: #FEF5B3;
}
</style>
border-color css
<style>
span { border-color: #FEF5B3; }
span { border-color: rgb(254,245,179); }
td.TdClassName
{
border-color: #FEF5B3;
}
.TagClassName
{
border-color: #FEF5B3;
}
</style>