Shades of Shalimar #FEF6A9
Tints of Shalimar #FEF6A9
RGB
CMYK
RGB Variations
Color information
#FEF6A9 (or 0xFEF6A9) is known color: Shalimar. HEX triplet: FE, F6 and A9. RGB value is (254,246,169). Sum of RGB (Red+Green+Blue) = 254+246+169=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 169 (66.41% from 255 or 25.26% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A9 is #010956. Grayscale: #EFEFEF. Windows color (decimal): -67927 or 11138814. OLE color: 11138814.
HSL color Cylindrical-coordinate representation of color #FEF6A9: hue angle of 54.35º 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 #FEF6A9 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 169 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.00 |
| HSL | 54.35º | 0.98% | 0.83% | - |
| HSV(B) | 54.35º | 0.33% | 1% | - |
| XYZ | 80.99 | 89.85 | 50.61 | - |
| YUV | 239.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 169 | 0 | 0.03 | 0.33 | 0.00 | 54.35 | 0.98 | 0.83 |
| Hex | FE | F6 | A9 | 0 | 3 | 21 | 0 | 36 | 62 | 53 |
| Octal | 376 | 366 | 251 | 0 | 3 | 41 | 0 | 66 | 142 | 123 |
| Binary | 11111110 | 11110110 | 10101001 | 0 | 11 | 100001 | 0 | 110110 | 1100010 | 1010011 |
Color Harmonies of #FEF6A9
Complementary color
Monochromatic Colors of #FEF6A9
Black with #FEF6A9
Text Example
Text Example
White with #FEF6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6A9; }
p { color: rgb(254,246,169); }
H1.HeaderClassName
{
color: #FEF6A9;
}
.AnyTagClassName
{
color: #FEF6A9;
}
</style>
background-color css
<style>
a { background-color: #FEF6A9; }
a { background-color: rgb(254,246,169); }
div.DivClassName
{
background-color: #FEF6A9;
}
.BgClassName
{
background-color: #FEF6A9;
}
</style>
border-color css
<style>
span { border-color: #FEF6A9; }
span { border-color: rgb(254,246,169); }
td.TdClassName
{
border-color: #FEF6A9;
}
.TagClassName
{
border-color: #FEF6A9;
}
</style>