Shades of Shalimar #FEF6A8
Tints of Shalimar #FEF6A8
RGB
CMYK
RGB Variations
Color information
#FEF6A8 (or 0xFEF6A8) is known color: Shalimar. HEX triplet: FE, F6 and A8. RGB value is (254,246,168). Sum of RGB (Red+Green+Blue) = 254+246+168=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 168 (66.02% from 255 or 25.15% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A8 is #010957. Grayscale: #EFEFEF. Windows color (decimal): -67928 or 11073278. OLE color: 11073278.
HSL color Cylindrical-coordinate representation of color #FEF6A8: hue angle of 54.42º 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 #FEF6A8 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 168 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.00 |
| HSL | 54.42º | 0.98% | 0.83% | - |
| HSV(B) | 54.42º | 0.34% | 1% | - |
| XYZ | 80.9 | 89.81 | 50.12 | - |
| YUV | 239.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 168 | 0 | 0.03 | 0.34 | 0.00 | 54.42 | 0.98 | 0.83 |
| Hex | FE | F6 | A8 | 0 | 3 | 22 | 0 | 36 | 62 | 53 |
| Octal | 376 | 366 | 250 | 0 | 3 | 42 | 0 | 66 | 142 | 123 |
| Binary | 11111110 | 11110110 | 10101000 | 0 | 11 | 100010 | 0 | 110110 | 1100010 | 1010011 |
Color Harmonies of #FEF6A8
Complementary color
Monochromatic Colors of #FEF6A8
Black with #FEF6A8
Text Example
Text Example
White with #FEF6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6A8; }
p { color: rgb(254,246,168); }
H1.HeaderClassName
{
color: #FEF6A8;
}
.AnyTagClassName
{
color: #FEF6A8;
}
</style>
background-color css
<style>
a { background-color: #FEF6A8; }
a { background-color: rgb(254,246,168); }
div.DivClassName
{
background-color: #FEF6A8;
}
.BgClassName
{
background-color: #FEF6A8;
}
</style>
border-color css
<style>
span { border-color: #FEF6A8; }
span { border-color: rgb(254,246,168); }
td.TdClassName
{
border-color: #FEF6A8;
}
.TagClassName
{
border-color: #FEF6A8;
}
</style>