Shades of Shalimar #FEF8A5
Tints of Shalimar #FEF8A5
RGB
CMYK
RGB Variations
Color information
#FEF8A5 (or 0xFEF8A5) is known color: Shalimar. HEX triplet: FE, F8 and A5. RGB value is (254,248,165). Sum of RGB (Red+Green+Blue) = 254+248+165=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 165 (64.84% from 255 or 24.74% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8A5 is #01075A. Grayscale: #F0F0F0. Windows color (decimal): -67419 or 10877182. OLE color: 10877182.
HSL color Cylindrical-coordinate representation of color #FEF8A5: hue angle of 55.96º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEF8A5 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 165 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.00 |
| HSL | 55.96º | 0.98% | 0.82% | - |
| HSV(B) | 55.96º | 0.35% | 1% | - |
| XYZ | 81.23 | 90.92 | 48.87 | - |
| YUV | 240.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 165 | 0 | 0.02 | 0.35 | 0.00 | 55.96 | 0.98 | 0.82 |
| Hex | FE | F8 | A5 | 0 | 2 | 23 | 0 | 38 | 62 | 52 |
| Octal | 376 | 370 | 245 | 0 | 2 | 43 | 0 | 70 | 142 | 122 |
| Binary | 11111110 | 11111000 | 10100101 | 0 | 10 | 100011 | 0 | 111000 | 1100010 | 1010010 |
Color Harmonies of #FEF8A5
Complementary color
Monochromatic Colors of #FEF8A5
Black with #FEF8A5
Text Example
Text Example
White with #FEF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8A5; }
p { color: rgb(254,248,165); }
H1.HeaderClassName
{
color: #FEF8A5;
}
.AnyTagClassName
{
color: #FEF8A5;
}
</style>
background-color css
<style>
a { background-color: #FEF8A5; }
a { background-color: rgb(254,248,165); }
div.DivClassName
{
background-color: #FEF8A5;
}
.BgClassName
{
background-color: #FEF8A5;
}
</style>
border-color css
<style>
span { border-color: #FEF8A5; }
span { border-color: rgb(254,248,165); }
td.TdClassName
{
border-color: #FEF8A5;
}
.TagClassName
{
border-color: #FEF8A5;
}
</style>