Shades of Shalimar #FEFAAC
Tints of Shalimar #FEFAAC
RGB
CMYK
RGB Variations
Color information
#FEFAAC (or 0xFEFAAC) is known color: Shalimar. HEX triplet: FE, FA and AC. RGB value is (254,250,172). Sum of RGB (Red+Green+Blue) = 254+250+172=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 172 (67.58% from 255 or 25.44% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAAC is #010553. Grayscale: #F2F2F2. Windows color (decimal): -66900 or 11336446. OLE color: 11336446.
HSL color Cylindrical-coordinate representation of color #FEFAAC: hue angle of 57.07º 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 #FEFAAC is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 172 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.00 |
| HSL | 57.07º | 0.98% | 0.84% | - |
| HSV(B) | 57.07º | 0.32% | 1% | - |
| XYZ | 82.51 | 92.42 | 52.52 | - |
| YUV | 242.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 172 | 0 | 0.02 | 0.32 | 0.00 | 57.07 | 0.98 | 0.84 |
| Hex | FE | FA | AC | 0 | 2 | 20 | 0 | 39 | 62 | 54 |
| Octal | 376 | 372 | 254 | 0 | 2 | 40 | 0 | 71 | 142 | 124 |
| Binary | 11111110 | 11111010 | 10101100 | 0 | 10 | 100000 | 0 | 111001 | 1100010 | 1010100 |
Color Harmonies of #FEFAAC
Complementary color
Monochromatic Colors of #FEFAAC
Black with #FEFAAC
Text Example
Text Example
White with #FEFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFAAC; }
p { color: rgb(254,250,172); }
H1.HeaderClassName
{
color: #FEFAAC;
}
.AnyTagClassName
{
color: #FEFAAC;
}
</style>
background-color css
<style>
a { background-color: #FEFAAC; }
a { background-color: rgb(254,250,172); }
div.DivClassName
{
background-color: #FEFAAC;
}
.BgClassName
{
background-color: #FEFAAC;
}
</style>
border-color css
<style>
span { border-color: #FEFAAC; }
span { border-color: rgb(254,250,172); }
td.TdClassName
{
border-color: #FEFAAC;
}
.TagClassName
{
border-color: #FEFAAC;
}
</style>