Shades of Shalimar #FEF6B0
Tints of Shalimar #FEF6B0
RGB
CMYK
RGB Variations
Color information
#FEF6B0 (or 0xFEF6B0) is known color: Shalimar. HEX triplet: FE, F6 and B0. RGB value is (254,246,176). Sum of RGB (Red+Green+Blue) = 254+246+176=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 176 (69.14% from 255 or 26.04% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6B0 is #01094F. Grayscale: #F0F0F0. Windows color (decimal): -67920 or 11597566. OLE color: 11597566.
HSL color Cylindrical-coordinate representation of color #FEF6B0: hue angle of 53.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEF6B0 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 176 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.00 |
| HSL | 53.85º | 0.98% | 0.84% | - |
| HSV(B) | 53.85º | 0.31% | 1% | - |
| XYZ | 81.67 | 90.12 | 54.16 | - |
| YUV | 240.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 176 | 0 | 0.03 | 0.31 | 0.00 | 53.85 | 0.98 | 0.84 |
| Hex | FE | F6 | B0 | 0 | 3 | 1F | 0 | 36 | 62 | 54 |
| Octal | 376 | 366 | 260 | 0 | 3 | 37 | 0 | 66 | 142 | 124 |
| Binary | 11111110 | 11110110 | 10110000 | 0 | 11 | 11111 | 0 | 110110 | 1100010 | 1010100 |
Color Harmonies of #FEF6B0
Complementary color
Monochromatic Colors of #FEF6B0
Black with #FEF6B0
Text Example
Text Example
White with #FEF6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6B0; }
p { color: rgb(254,246,176); }
H1.HeaderClassName
{
color: #FEF6B0;
}
.AnyTagClassName
{
color: #FEF6B0;
}
</style>
background-color css
<style>
a { background-color: #FEF6B0; }
a { background-color: rgb(254,246,176); }
div.DivClassName
{
background-color: #FEF6B0;
}
.BgClassName
{
background-color: #FEF6B0;
}
</style>
border-color css
<style>
span { border-color: #FEF6B0; }
span { border-color: rgb(254,246,176); }
td.TdClassName
{
border-color: #FEF6B0;
}
.TagClassName
{
border-color: #FEF6B0;
}
</style>