Shades of Shalimar #FEFBB2
Tints of Shalimar #FEFBB2
RGB
CMYK
RGB Variations
Color information
#FEFBB2 (or 0xFEFBB2) is known color: Shalimar. HEX triplet: FE, FB and B2. RGB value is (254,251,178). Sum of RGB (Red+Green+Blue) = 254+251+178=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 178 (69.92% from 255 or 26.06% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBB2 is #01044D. Grayscale: #F3F3F3. Windows color (decimal): -66638 or 11729918. OLE color: 11729918.
HSL color Cylindrical-coordinate representation of color #FEFBB2: hue angle of 57.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEFBB2 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 178 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.00 |
| HSL | 57.63º | 0.97% | 0.85% | - |
| HSV(B) | 57.63º | 0.3% | 1% | - |
| XYZ | 83.41 | 93.28 | 55.73 | - |
| YUV | 243.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 178 | 0 | 0.01 | 0.30 | 0.00 | 57.63 | 0.97 | 0.85 |
| Hex | FE | FB | B2 | 0 | 1 | 1E | 0 | 3A | 61 | 55 |
| Octal | 376 | 373 | 262 | 0 | 1 | 36 | 0 | 72 | 141 | 125 |
| Binary | 11111110 | 11111011 | 10110010 | 0 | 1 | 11110 | 0 | 111010 | 1100001 | 1010101 |
Color Harmonies of #FEFBB2
Complementary color
Monochromatic Colors of #FEFBB2
Black with #FEFBB2
Text Example
Text Example
White with #FEFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBB2; }
p { color: rgb(254,251,178); }
H1.HeaderClassName
{
color: #FEFBB2;
}
.AnyTagClassName
{
color: #FEFBB2;
}
</style>
background-color css
<style>
a { background-color: #FEFBB2; }
a { background-color: rgb(254,251,178); }
div.DivClassName
{
background-color: #FEFBB2;
}
.BgClassName
{
background-color: #FEFBB2;
}
</style>
border-color css
<style>
span { border-color: #FEFBB2; }
span { border-color: rgb(254,251,178); }
td.TdClassName
{
border-color: #FEFBB2;
}
.TagClassName
{
border-color: #FEFBB2;
}
</style>