Shades of Shalimar #FEF5AF
Tints of Shalimar #FEF5AF
RGB
CMYK
RGB Variations
Color information
#FEF5AF (or 0xFEF5AF) is known color: Shalimar. HEX triplet: FE, F5 and AF. RGB value is (254,245,175). Sum of RGB (Red+Green+Blue) = 254+245+175=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 175 (68.75% from 255 or 25.96% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AF is #010A50. Grayscale: #F0F0F0. Windows color (decimal): -68177 or 11531774. OLE color: 11531774.
HSL color Cylindrical-coordinate representation of color #FEF5AF: hue angle of 53.16º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEF5AF is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 175 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.00 |
| HSL | 53.16º | 0.98% | 0.84% | - |
| HSV(B) | 53.16º | 0.31% | 1% | - |
| XYZ | 81.26 | 89.47 | 53.54 | - |
| YUV | 239.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 175 | 0 | 0.04 | 0.31 | 0.00 | 53.16 | 0.98 | 0.84 |
| Hex | FE | F5 | AF | 0 | 4 | 1F | 0 | 35 | 62 | 54 |
| Octal | 376 | 365 | 257 | 0 | 4 | 37 | 0 | 65 | 142 | 124 |
| Binary | 11111110 | 11110101 | 10101111 | 0 | 100 | 11111 | 0 | 110101 | 1100010 | 1010100 |
Color Harmonies of #FEF5AF
Complementary color
Monochromatic Colors of #FEF5AF
Black with #FEF5AF
Text Example
Text Example
White with #FEF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5AF; }
p { color: rgb(254,245,175); }
H1.HeaderClassName
{
color: #FEF5AF;
}
.AnyTagClassName
{
color: #FEF5AF;
}
</style>
background-color css
<style>
a { background-color: #FEF5AF; }
a { background-color: rgb(254,245,175); }
div.DivClassName
{
background-color: #FEF5AF;
}
.BgClassName
{
background-color: #FEF5AF;
}
</style>
border-color css
<style>
span { border-color: #FEF5AF; }
span { border-color: rgb(254,245,175); }
td.TdClassName
{
border-color: #FEF5AF;
}
.TagClassName
{
border-color: #FEF5AF;
}
</style>