Shades of Shalimar #FEFBAA
Tints of Shalimar #FEFBAA
RGB
CMYK
RGB Variations
Color information
#FEFBAA (or 0xFEFBAA) is known color: Shalimar. HEX triplet: FE, FB and AA. RGB value is (254,251,170). Sum of RGB (Red+Green+Blue) = 254+251+170=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBAA is #010455. Grayscale: #F2F2F2. Windows color (decimal): -66646 or 11205630. OLE color: 11205630.
HSL color Cylindrical-coordinate representation of color #FEFBAA: hue angle of 57.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEFBAA is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 170 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.00 |
| HSL | 57.86º | 0.98% | 0.83% | - |
| HSV(B) | 57.86º | 0.33% | 1% | - |
| XYZ | 82.63 | 92.97 | 51.62 | - |
| YUV | 242.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 170 | 0 | 0.01 | 0.33 | 0.00 | 57.86 | 0.98 | 0.83 |
| Hex | FE | FB | AA | 0 | 1 | 21 | 0 | 3A | 62 | 53 |
| Octal | 376 | 373 | 252 | 0 | 1 | 41 | 0 | 72 | 142 | 123 |
| Binary | 11111110 | 11111011 | 10101010 | 0 | 1 | 100001 | 0 | 111010 | 1100010 | 1010011 |
Color Harmonies of #FEFBAA
Complementary color
Monochromatic Colors of #FEFBAA
Black with #FEFBAA
Text Example
Text Example
White with #FEFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBAA; }
p { color: rgb(254,251,170); }
H1.HeaderClassName
{
color: #FEFBAA;
}
.AnyTagClassName
{
color: #FEFBAA;
}
</style>
background-color css
<style>
a { background-color: #FEFBAA; }
a { background-color: rgb(254,251,170); }
div.DivClassName
{
background-color: #FEFBAA;
}
.BgClassName
{
background-color: #FEFBAA;
}
</style>
border-color css
<style>
span { border-color: #FEFBAA; }
span { border-color: rgb(254,251,170); }
td.TdClassName
{
border-color: #FEFBAA;
}
.TagClassName
{
border-color: #FEFBAA;
}
</style>