Shades of Shalimar #FEF3A8
Tints of Shalimar #FEF3A8
RGB
CMYK
RGB Variations
Color information
#FEF3A8 (or 0xFEF3A8) is known color: Shalimar. HEX triplet: FE, F3 and A8. RGB value is (254,243,168). Sum of RGB (Red+Green+Blue) = 254+243+168=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 168 (66.02% from 255 or 25.26% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3A8 is #010C57. Grayscale: #EEEEEE. Windows color (decimal): -68696 or 11072510. OLE color: 11072510.
HSL color Cylindrical-coordinate representation of color #FEF3A8: hue angle of 52.33º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEF3A8 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 168 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.00 |
| HSL | 52.33º | 0.98% | 0.83% | - |
| HSV(B) | 52.33º | 0.34% | 1% | - |
| XYZ | 79.99 | 88 | 49.82 | - |
| YUV | 237.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 168 | 0 | 0.04 | 0.34 | 0.00 | 52.33 | 0.98 | 0.83 |
| Hex | FE | F3 | A8 | 0 | 4 | 22 | 0 | 34 | 62 | 53 |
| Octal | 376 | 363 | 250 | 0 | 4 | 42 | 0 | 64 | 142 | 123 |
| Binary | 11111110 | 11110011 | 10101000 | 0 | 100 | 100010 | 0 | 110100 | 1100010 | 1010011 |
Color Harmonies of #FEF3A8
Complementary color
Monochromatic Colors of #FEF3A8
Black with #FEF3A8
Text Example
Text Example
White with #FEF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3A8; }
p { color: rgb(254,243,168); }
H1.HeaderClassName
{
color: #FEF3A8;
}
.AnyTagClassName
{
color: #FEF3A8;
}
</style>
background-color css
<style>
a { background-color: #FEF3A8; }
a { background-color: rgb(254,243,168); }
div.DivClassName
{
background-color: #FEF3A8;
}
.BgClassName
{
background-color: #FEF3A8;
}
</style>
border-color css
<style>
span { border-color: #FEF3A8; }
span { border-color: rgb(254,243,168); }
td.TdClassName
{
border-color: #FEF3A8;
}
.TagClassName
{
border-color: #FEF3A8;
}
</style>