Shades of Shalimar #FDFEAD
Tints of Shalimar #FDFEAD
RGB
CMYK
RGB Variations
Color information
#FDFEAD (or 0xFDFEAD) is known color: Shalimar. HEX triplet: FD, FE and AD. RGB value is (253,254,173). Sum of RGB (Red+Green+Blue) = 253+254+173=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 173 (67.97% from 255 or 25.44% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEAD is #020152. Grayscale: #F4F4F4. Windows color (decimal): -131411 or 11403005. OLE color: 11403005.
HSL color Cylindrical-coordinate representation of color #FDFEAD: hue angle of 60.74º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDFEAD is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 173 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.00 |
| HSL | 60.74º | 0.98% | 0.84% | - |
| HSV(B) | 60.74º | 0.32% | 1% | - |
| XYZ | 83.49 | 94.78 | 53.43 | - |
| YUV | 244.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 173 | 0.00 | 0 | 0.32 | 0.00 | 60.74 | 0.98 | 0.84 |
| Hex | FD | FE | AD | 0 | 0 | 20 | 0 | 3D | 62 | 54 |
| Octal | 375 | 376 | 255 | 0 | 0 | 40 | 0 | 75 | 142 | 124 |
| Binary | 11111101 | 11111110 | 10101101 | 0 | 0 | 100000 | 0 | 111101 | 1100010 | 1010100 |
Color Harmonies of #FDFEAD
Complementary color
Monochromatic Colors of #FDFEAD
Black with #FDFEAD
Text Example
Text Example
White with #FDFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEAD; }
p { color: rgb(253,254,173); }
H1.HeaderClassName
{
color: #FDFEAD;
}
.AnyTagClassName
{
color: #FDFEAD;
}
</style>
background-color css
<style>
a { background-color: #FDFEAD; }
a { background-color: rgb(253,254,173); }
div.DivClassName
{
background-color: #FDFEAD;
}
.BgClassName
{
background-color: #FDFEAD;
}
</style>
border-color css
<style>
span { border-color: #FDFEAD; }
span { border-color: rgb(253,254,173); }
td.TdClassName
{
border-color: #FDFEAD;
}
.TagClassName
{
border-color: #FDFEAD;
}
</style>