Shades of Shalimar #FEF0A9
Tints of Shalimar #FEF0A9
RGB
CMYK
RGB Variations
Color information
#FEF0A9 (or 0xFEF0A9) is known color: Shalimar. HEX triplet: FE, F0 and A9. RGB value is (254,240,169). Sum of RGB (Red+Green+Blue) = 254+240+169=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 169 (66.41% from 255 or 25.49% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0A9 is #010F56. Grayscale: #ECECEC. Windows color (decimal): -69463 or 11137278. OLE color: 11137278.
HSL color Cylindrical-coordinate representation of color #FEF0A9: hue angle of 50.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEF0A9 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 169 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.00 |
| HSL | 50.12º | 0.98% | 0.83% | - |
| HSV(B) | 50.12º | 0.33% | 1% | - |
| XYZ | 79.19 | 86.26 | 50.01 | - |
| YUV | 236.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 169 | 0 | 0.06 | 0.33 | 0.00 | 50.12 | 0.98 | 0.83 |
| Hex | FE | F0 | A9 | 0 | 6 | 21 | 0 | 32 | 62 | 53 |
| Octal | 376 | 360 | 251 | 0 | 6 | 41 | 0 | 62 | 142 | 123 |
| Binary | 11111110 | 11110000 | 10101001 | 0 | 110 | 100001 | 0 | 110010 | 1100010 | 1010011 |
Color Harmonies of #FEF0A9
Complementary color
Monochromatic Colors of #FEF0A9
Black with #FEF0A9
Text Example
Text Example
White with #FEF0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0A9; }
p { color: rgb(254,240,169); }
H1.HeaderClassName
{
color: #FEF0A9;
}
.AnyTagClassName
{
color: #FEF0A9;
}
</style>
background-color css
<style>
a { background-color: #FEF0A9; }
a { background-color: rgb(254,240,169); }
div.DivClassName
{
background-color: #FEF0A9;
}
.BgClassName
{
background-color: #FEF0A9;
}
</style>
border-color css
<style>
span { border-color: #FEF0A9; }
span { border-color: rgb(254,240,169); }
td.TdClassName
{
border-color: #FEF0A9;
}
.TagClassName
{
border-color: #FEF0A9;
}
</style>