Shades of Shalimar #FEF3B2
Tints of Shalimar #FEF3B2
RGB
CMYK
RGB Variations
Color information
#FEF3B2 (or 0xFEF3B2) is known color: Shalimar. HEX triplet: FE, F3 and B2. RGB value is (254,243,178). Sum of RGB (Red+Green+Blue) = 254+243+178=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3B2 is #010C4D. Grayscale: #EFEFEF. Windows color (decimal): -68686 or 11727870. OLE color: 11727870.
HSL color Cylindrical-coordinate representation of color #FEF3B2: hue angle of 51.32º 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 #FEF3B2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 178 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.00 |
| HSL | 51.32º | 0.97% | 0.85% | - |
| HSV(B) | 51.32º | 0.3% | 1% | - |
| XYZ | 80.96 | 88.39 | 54.91 | - |
| YUV | 238.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 178 | 0 | 0.04 | 0.30 | 0.00 | 51.32 | 0.97 | 0.85 |
| Hex | FE | F3 | B2 | 0 | 4 | 1E | 0 | 33 | 61 | 55 |
| Octal | 376 | 363 | 262 | 0 | 4 | 36 | 0 | 63 | 141 | 125 |
| Binary | 11111110 | 11110011 | 10110010 | 0 | 100 | 11110 | 0 | 110011 | 1100001 | 1010101 |
Color Harmonies of #FEF3B2
Complementary color
Monochromatic Colors of #FEF3B2
Black with #FEF3B2
Text Example
Text Example
White with #FEF3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3B2; }
p { color: rgb(254,243,178); }
H1.HeaderClassName
{
color: #FEF3B2;
}
.AnyTagClassName
{
color: #FEF3B2;
}
</style>
background-color css
<style>
a { background-color: #FEF3B2; }
a { background-color: rgb(254,243,178); }
div.DivClassName
{
background-color: #FEF3B2;
}
.BgClassName
{
background-color: #FEF3B2;
}
</style>
border-color css
<style>
span { border-color: #FEF3B2; }
span { border-color: rgb(254,243,178); }
td.TdClassName
{
border-color: #FEF3B2;
}
.TagClassName
{
border-color: #FEF3B2;
}
</style>