Shades of Shalimar #FFFEB0
Tints of Shalimar #FFFEB0
RGB
CMYK
RGB Variations
Color information
#FFFEB0 (or 0xFFFEB0) is known color: Shalimar. HEX triplet: FF, FE and B0. RGB value is (255,254,176). Sum of RGB (Red+Green+Blue) = 255+254+176=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 176 (69.14% from 255 or 25.69% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEB0 is #00014F. Grayscale: #F5F5F5. Windows color (decimal): -336 or 11599615. OLE color: 11599615.
HSL color Cylindrical-coordinate representation of color #FFFEB0: hue angle of 59.24º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFFEB0 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 176 | - |
| CMYK | 0 | 0.00 | 0.31 | 0 |
| HSL | 59.24º | 1% | 0.85% | - |
| HSV(B) | 59.24º | 0.31% | 1% | - |
| XYZ | 84.52 | 95.28 | 55.01 | - |
| YUV | 245.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 176 | 0 | 0.00 | 0.31 | 0 | 59.24 | 1 | 0.85 |
| Hex | FF | FE | B0 | 0 | 0 | 1F | 0 | 3B | 64 | 55 |
| Octal | 377 | 376 | 260 | 0 | 0 | 37 | 0 | 73 | 144 | 125 |
| Binary | 11111111 | 11111110 | 10110000 | 0 | 0 | 11111 | 0 | 111011 | 1100100 | 1010101 |
Color Harmonies of #FFFEB0
Complementary color
Monochromatic Colors of #FFFEB0
Black with #FFFEB0
Text Example
Text Example
White with #FFFEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEB0; }
p { color: rgb(255,254,176); }
H1.HeaderClassName
{
color: #FFFEB0;
}
.AnyTagClassName
{
color: #FFFEB0;
}
</style>
background-color css
<style>
a { background-color: #FFFEB0; }
a { background-color: rgb(255,254,176); }
div.DivClassName
{
background-color: #FFFEB0;
}
.BgClassName
{
background-color: #FFFEB0;
}
</style>
border-color css
<style>
span { border-color: #FFFEB0; }
span { border-color: rgb(255,254,176); }
td.TdClassName
{
border-color: #FFFEB0;
}
.TagClassName
{
border-color: #FFFEB0;
}
</style>