Shades of Shalimar #FEF9B2
Tints of Shalimar #FEF9B2
RGB
CMYK
RGB Variations
Color information
#FEF9B2 (or 0xFEF9B2) is known color: Shalimar. HEX triplet: FE, F9 and B2. RGB value is (254,249,178). Sum of RGB (Red+Green+Blue) = 254+249+178=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 178 (69.92% from 255 or 26.14% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9B2 is #01064D. Grayscale: #F2F2F2. Windows color (decimal): -67150 or 11729406. OLE color: 11729406.
HSL color Cylindrical-coordinate representation of color #FEF9B2: hue angle of 56.05º 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 #FEF9B2 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 178 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.00 |
| HSL | 56.05º | 0.97% | 0.85% | - |
| HSV(B) | 56.05º | 0.3% | 1% | - |
| XYZ | 82.78 | 92.04 | 55.52 | - |
| YUV | 242.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 178 | 0 | 0.02 | 0.30 | 0.00 | 56.05 | 0.97 | 0.85 |
| Hex | FE | F9 | B2 | 0 | 2 | 1E | 0 | 38 | 61 | 55 |
| Octal | 376 | 371 | 262 | 0 | 2 | 36 | 0 | 70 | 141 | 125 |
| Binary | 11111110 | 11111001 | 10110010 | 0 | 10 | 11110 | 0 | 111000 | 1100001 | 1010101 |
Color Harmonies of #FEF9B2
Complementary color
Monochromatic Colors of #FEF9B2
Black with #FEF9B2
Text Example
Text Example
White with #FEF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9B2; }
p { color: rgb(254,249,178); }
H1.HeaderClassName
{
color: #FEF9B2;
}
.AnyTagClassName
{
color: #FEF9B2;
}
</style>
background-color css
<style>
a { background-color: #FEF9B2; }
a { background-color: rgb(254,249,178); }
div.DivClassName
{
background-color: #FEF9B2;
}
.BgClassName
{
background-color: #FEF9B2;
}
</style>
border-color css
<style>
span { border-color: #FEF9B2; }
span { border-color: rgb(254,249,178); }
td.TdClassName
{
border-color: #FEF9B2;
}
.TagClassName
{
border-color: #FEF9B2;
}
</style>