Shades of Shalimar #FEFCAC
Tints of Shalimar #FEFCAC
RGB
CMYK
RGB Variations
Color information
#FEFCAC (or 0xFEFCAC) is known color: Shalimar. HEX triplet: FE, FC and AC. RGB value is (254,252,172). Sum of RGB (Red+Green+Blue) = 254+252+172=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCAC is #010353. Grayscale: #F3F3F3. Windows color (decimal): -66388 or 11336958. OLE color: 11336958.
HSL color Cylindrical-coordinate representation of color #FEFCAC: hue angle of 58.54º 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 #FEFCAC is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 172 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.00 |
| HSL | 58.54º | 0.98% | 0.84% | - |
| HSV(B) | 58.54º | 0.32% | 1% | - |
| XYZ | 83.13 | 93.67 | 52.73 | - |
| YUV | 243.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 172 | 0 | 0.01 | 0.32 | 0.00 | 58.54 | 0.98 | 0.84 |
| Hex | FE | FC | AC | 0 | 1 | 20 | 0 | 3B | 62 | 54 |
| Octal | 376 | 374 | 254 | 0 | 1 | 40 | 0 | 73 | 142 | 124 |
| Binary | 11111110 | 11111100 | 10101100 | 0 | 1 | 100000 | 0 | 111011 | 1100010 | 1010100 |
Color Harmonies of #FEFCAC
Complementary color
Monochromatic Colors of #FEFCAC
Black with #FEFCAC
Text Example
Text Example
White with #FEFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCAC; }
p { color: rgb(254,252,172); }
H1.HeaderClassName
{
color: #FEFCAC;
}
.AnyTagClassName
{
color: #FEFCAC;
}
</style>
background-color css
<style>
a { background-color: #FEFCAC; }
a { background-color: rgb(254,252,172); }
div.DivClassName
{
background-color: #FEFCAC;
}
.BgClassName
{
background-color: #FEFCAC;
}
</style>
border-color css
<style>
span { border-color: #FEFCAC; }
span { border-color: rgb(254,252,172); }
td.TdClassName
{
border-color: #FEFCAC;
}
.TagClassName
{
border-color: #FEFCAC;
}
</style>