Shades of Shalimar #FEF6B2
Tints of Shalimar #FEF6B2
RGB
CMYK
RGB Variations
Color information
#FEF6B2 (or 0xFEF6B2) is known color: Shalimar. HEX triplet: FE, F6 and B2. RGB value is (254,246,178). Sum of RGB (Red+Green+Blue) = 254+246+178=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 178 (69.92% from 255 or 26.25% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6B2 is #01094D. Grayscale: #F0F0F0. Windows color (decimal): -67918 or 11728638. OLE color: 11728638.
HSL color Cylindrical-coordinate representation of color #FEF6B2: hue angle of 53.68º 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 #FEF6B2 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 178 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.00 |
| HSL | 53.68º | 0.97% | 0.85% | - |
| HSV(B) | 53.68º | 0.3% | 1% | - |
| XYZ | 81.86 | 90.2 | 55.21 | - |
| YUV | 240.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 178 | 0 | 0.03 | 0.30 | 0.00 | 53.68 | 0.97 | 0.85 |
| Hex | FE | F6 | B2 | 0 | 3 | 1E | 0 | 36 | 61 | 55 |
| Octal | 376 | 366 | 262 | 0 | 3 | 36 | 0 | 66 | 141 | 125 |
| Binary | 11111110 | 11110110 | 10110010 | 0 | 11 | 11110 | 0 | 110110 | 1100001 | 1010101 |
Color Harmonies of #FEF6B2
Complementary color
Monochromatic Colors of #FEF6B2
Black with #FEF6B2
Text Example
Text Example
White with #FEF6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6B2; }
p { color: rgb(254,246,178); }
H1.HeaderClassName
{
color: #FEF6B2;
}
.AnyTagClassName
{
color: #FEF6B2;
}
</style>
background-color css
<style>
a { background-color: #FEF6B2; }
a { background-color: rgb(254,246,178); }
div.DivClassName
{
background-color: #FEF6B2;
}
.BgClassName
{
background-color: #FEF6B2;
}
</style>
border-color css
<style>
span { border-color: #FEF6B2; }
span { border-color: rgb(254,246,178); }
td.TdClassName
{
border-color: #FEF6B2;
}
.TagClassName
{
border-color: #FEF6B2;
}
</style>