Shades of Shalimar #FFFEB2
Tints of Shalimar #FFFEB2
RGB
CMYK
RGB Variations
Color information
#FFFEB2 (or 0xFFFEB2) is known color: Shalimar. HEX triplet: FF, FE and B2. RGB value is (255,254,178). Sum of RGB (Red+Green+Blue) = 255+254+178=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 178 (69.92% from 255 or 25.91% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEB2 is #00014D. Grayscale: #F5F5F5. Windows color (decimal): -334 or 11730687. OLE color: 11730687.
HSL color Cylindrical-coordinate representation of color #FFFEB2: hue angle of 59.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFFEB2 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 178 | - |
| CMYK | 0 | 0.00 | 0.30 | 0 |
| HSL | 59.22º | 1% | 0.85% | - |
| HSV(B) | 59.22º | 0.3% | 1% | - |
| XYZ | 84.72 | 95.36 | 56.06 | - |
| YUV | 245.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 178 | 0 | 0.00 | 0.30 | 0 | 59.22 | 1 | 0.85 |
| Hex | FF | FE | B2 | 0 | 0 | 1E | 0 | 3B | 64 | 55 |
| Octal | 377 | 376 | 262 | 0 | 0 | 36 | 0 | 73 | 144 | 125 |
| Binary | 11111111 | 11111110 | 10110010 | 0 | 0 | 11110 | 0 | 111011 | 1100100 | 1010101 |
Color Harmonies of #FFFEB2
Complementary color
Monochromatic Colors of #FFFEB2
Black with #FFFEB2
Text Example
Text Example
White with #FFFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEB2; }
p { color: rgb(255,254,178); }
H1.HeaderClassName
{
color: #FFFEB2;
}
.AnyTagClassName
{
color: #FFFEB2;
}
</style>
background-color css
<style>
a { background-color: #FFFEB2; }
a { background-color: rgb(255,254,178); }
div.DivClassName
{
background-color: #FFFEB2;
}
.BgClassName
{
background-color: #FFFEB2;
}
</style>
border-color css
<style>
span { border-color: #FFFEB2; }
span { border-color: rgb(255,254,178); }
td.TdClassName
{
border-color: #FFFEB2;
}
.TagClassName
{
border-color: #FFFEB2;
}
</style>