Shades of Shalimar #FFFEAD
Tints of Shalimar #FFFEAD
RGB
CMYK
RGB Variations
Color information
#FFFEAD (or 0xFFFEAD) is known color: Shalimar. HEX triplet: FF, FE and AD. RGB value is (255,254,173). Sum of RGB (Red+Green+Blue) = 255+254+173=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 173 (67.97% from 255 or 25.37% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAD is #000152. Grayscale: #F5F5F5. Windows color (decimal): -339 or 11403007. OLE color: 11403007.
HSL color Cylindrical-coordinate representation of color #FFFEAD: hue angle of 59.27º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFFEAD is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 173 | - |
| CMYK | 0 | 0.00 | 0.32 | 0 |
| HSL | 59.27º | 1% | 0.84% | - |
| HSV(B) | 59.27º | 0.32% | 1% | - |
| XYZ | 84.22 | 95.16 | 53.46 | - |
| YUV | 245.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 173 | 0 | 0.00 | 0.32 | 0 | 59.27 | 1 | 0.84 |
| Hex | FF | FE | AD | 0 | 0 | 20 | 0 | 3B | 64 | 54 |
| Octal | 377 | 376 | 255 | 0 | 0 | 40 | 0 | 73 | 144 | 124 |
| Binary | 11111111 | 11111110 | 10101101 | 0 | 0 | 100000 | 0 | 111011 | 1100100 | 1010100 |
Color Harmonies of #FFFEAD
Complementary color
Monochromatic Colors of #FFFEAD
Black with #FFFEAD
Text Example
Text Example
White with #FFFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEAD; }
p { color: rgb(255,254,173); }
H1.HeaderClassName
{
color: #FFFEAD;
}
.AnyTagClassName
{
color: #FFFEAD;
}
</style>
background-color css
<style>
a { background-color: #FFFEAD; }
a { background-color: rgb(255,254,173); }
div.DivClassName
{
background-color: #FFFEAD;
}
.BgClassName
{
background-color: #FFFEAD;
}
</style>
border-color css
<style>
span { border-color: #FFFEAD; }
span { border-color: rgb(255,254,173); }
td.TdClassName
{
border-color: #FFFEAD;
}
.TagClassName
{
border-color: #FFFEAD;
}
</style>