Shades of Shalimar #FEFDAC
Tints of Shalimar #FEFDAC
RGB
CMYK
RGB Variations
Color information
#FEFDAC (or 0xFEFDAC) is known color: Shalimar. HEX triplet: FE, FD and AC. RGB value is (254,253,172). Sum of RGB (Red+Green+Blue) = 254+253+172=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 172 (67.58% from 255 or 25.33% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDAC is #010253. Grayscale: #F4F4F4. Windows color (decimal): -66132 or 11337214. OLE color: 11337214.
HSL color Cylindrical-coordinate representation of color #FEFDAC: hue angle of 59.27º 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 #FEFDAC is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 172 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.00 |
| HSL | 59.27º | 0.98% | 0.84% | - |
| HSV(B) | 59.27º | 0.32% | 1% | - |
| XYZ | 83.44 | 94.3 | 52.83 | - |
| YUV | 244.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 172 | 0 | 0.00 | 0.32 | 0.00 | 59.27 | 0.98 | 0.84 |
| Hex | FE | FD | AC | 0 | 0 | 20 | 0 | 3B | 62 | 54 |
| Octal | 376 | 375 | 254 | 0 | 0 | 40 | 0 | 73 | 142 | 124 |
| Binary | 11111110 | 11111101 | 10101100 | 0 | 0 | 100000 | 0 | 111011 | 1100010 | 1010100 |
Color Harmonies of #FEFDAC
Complementary color
Monochromatic Colors of #FEFDAC
Black with #FEFDAC
Text Example
Text Example
White with #FEFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDAC; }
p { color: rgb(254,253,172); }
H1.HeaderClassName
{
color: #FEFDAC;
}
.AnyTagClassName
{
color: #FEFDAC;
}
</style>
background-color css
<style>
a { background-color: #FEFDAC; }
a { background-color: rgb(254,253,172); }
div.DivClassName
{
background-color: #FEFDAC;
}
.BgClassName
{
background-color: #FEFDAC;
}
</style>
border-color css
<style>
span { border-color: #FEFDAC; }
span { border-color: rgb(254,253,172); }
td.TdClassName
{
border-color: #FEFDAC;
}
.TagClassName
{
border-color: #FEFDAC;
}
</style>