Shades of Shalimar #FFFDAE
Tints of Shalimar #FFFDAE
RGB
CMYK
RGB Variations
Color information
#FFFDAE (or 0xFFFDAE) is known color: Shalimar. HEX triplet: FF, FD and AE. RGB value is (255,253,174). Sum of RGB (Red+Green+Blue) = 255+253+174=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 174 (68.36% from 255 or 25.51% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDAE is #000251. Grayscale: #F4F4F4. Windows color (decimal): -594 or 11468287. OLE color: 11468287.
HSL color Cylindrical-coordinate representation of color #FFFDAE: hue angle of 58.52º 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 #FFFDAE is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 174 | - |
| CMYK | 0 | 0.01 | 0.32 | 0 |
| HSL | 58.52º | 1% | 0.84% | - |
| HSV(B) | 58.52º | 0.32% | 1% | - |
| XYZ | 84.01 | 94.57 | 53.87 | - |
| YUV | 244.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 174 | 0 | 0.01 | 0.32 | 0 | 58.52 | 1 | 0.84 |
| Hex | FF | FD | AE | 0 | 1 | 20 | 0 | 3B | 64 | 54 |
| Octal | 377 | 375 | 256 | 0 | 1 | 40 | 0 | 73 | 144 | 124 |
| Binary | 11111111 | 11111101 | 10101110 | 0 | 1 | 100000 | 0 | 111011 | 1100100 | 1010100 |
Color Harmonies of #FFFDAE
Complementary color
Monochromatic Colors of #FFFDAE
Black with #FFFDAE
Text Example
Text Example
White with #FFFDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDAE; }
p { color: rgb(255,253,174); }
H1.HeaderClassName
{
color: #FFFDAE;
}
.AnyTagClassName
{
color: #FFFDAE;
}
</style>
background-color css
<style>
a { background-color: #FFFDAE; }
a { background-color: rgb(255,253,174); }
div.DivClassName
{
background-color: #FFFDAE;
}
.BgClassName
{
background-color: #FFFDAE;
}
</style>
border-color css
<style>
span { border-color: #FFFDAE; }
span { border-color: rgb(255,253,174); }
td.TdClassName
{
border-color: #FFFDAE;
}
.TagClassName
{
border-color: #FFFDAE;
}
</style>