Shades of Shalimar #FFFEB1
Tints of Shalimar #FFFEB1
RGB
CMYK
RGB Variations
Color information
#FFFEB1 (or 0xFFFEB1) is known color: Shalimar. HEX triplet: FF, FE and B1. RGB value is (255,254,177). Sum of RGB (Red+Green+Blue) = 255+254+177=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 177 (69.53% from 255 or 25.80% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEB1 is #00014E. Grayscale: #F5F5F5. Windows color (decimal): -335 or 11665151. OLE color: 11665151.
HSL color Cylindrical-coordinate representation of color #FFFEB1: hue angle of 59.23º 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 #FFFEB1 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 177 | - |
| CMYK | 0 | 0.00 | 0.31 | 0 |
| HSL | 59.23º | 1% | 0.85% | - |
| HSV(B) | 59.23º | 0.31% | 1% | - |
| XYZ | 84.62 | 95.32 | 55.53 | - |
| YUV | 245.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 177 | 0 | 0.00 | 0.31 | 0 | 59.23 | 1 | 0.85 |
| Hex | FF | FE | B1 | 0 | 0 | 1F | 0 | 3B | 64 | 55 |
| Octal | 377 | 376 | 261 | 0 | 0 | 37 | 0 | 73 | 144 | 125 |
| Binary | 11111111 | 11111110 | 10110001 | 0 | 0 | 11111 | 0 | 111011 | 1100100 | 1010101 |
Color Harmonies of #FFFEB1
Complementary color
Monochromatic Colors of #FFFEB1
Black with #FFFEB1
Text Example
Text Example
White with #FFFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEB1; }
p { color: rgb(255,254,177); }
H1.HeaderClassName
{
color: #FFFEB1;
}
.AnyTagClassName
{
color: #FFFEB1;
}
</style>
background-color css
<style>
a { background-color: #FFFEB1; }
a { background-color: rgb(255,254,177); }
div.DivClassName
{
background-color: #FFFEB1;
}
.BgClassName
{
background-color: #FFFEB1;
}
</style>
border-color css
<style>
span { border-color: #FFFEB1; }
span { border-color: rgb(255,254,177); }
td.TdClassName
{
border-color: #FFFEB1;
}
.TagClassName
{
border-color: #FFFEB1;
}
</style>