Shades of Shalimar #FFF5B0
Tints of Shalimar #FFF5B0
RGB
CMYK
RGB Variations
Color information
#FFF5B0 (or 0xFFF5B0) is known color: Shalimar. HEX triplet: FF, F5 and B0. RGB value is (255,245,176). Sum of RGB (Red+Green+Blue) = 255+245+176=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 176 (69.14% from 255 or 26.04% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5B0 is #000A4F. Grayscale: #F0F0F0. Windows color (decimal): -2640 or 11597311. OLE color: 11597311.
HSL color Cylindrical-coordinate representation of color #FFF5B0: hue angle of 52.41º 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 #FFF5B0 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 176 | - |
| CMYK | 0 | 0.04 | 0.31 | 0 |
| HSL | 52.41º | 1% | 0.85% | - |
| HSV(B) | 52.41º | 0.31% | 1% | - |
| XYZ | 81.73 | 89.7 | 54.08 | - |
| YUV | 240.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 176 | 0 | 0.04 | 0.31 | 0 | 52.41 | 1 | 0.85 |
| Hex | FF | F5 | B0 | 0 | 4 | 1F | 0 | 34 | 64 | 55 |
| Octal | 377 | 365 | 260 | 0 | 4 | 37 | 0 | 64 | 144 | 125 |
| Binary | 11111111 | 11110101 | 10110000 | 0 | 100 | 11111 | 0 | 110100 | 1100100 | 1010101 |
Color Harmonies of #FFF5B0
Complementary color
Monochromatic Colors of #FFF5B0
Black with #FFF5B0
Text Example
Text Example
White with #FFF5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5B0; }
p { color: rgb(255,245,176); }
H1.HeaderClassName
{
color: #FFF5B0;
}
.AnyTagClassName
{
color: #FFF5B0;
}
</style>
background-color css
<style>
a { background-color: #FFF5B0; }
a { background-color: rgb(255,245,176); }
div.DivClassName
{
background-color: #FFF5B0;
}
.BgClassName
{
background-color: #FFF5B0;
}
</style>
border-color css
<style>
span { border-color: #FFF5B0; }
span { border-color: rgb(255,245,176); }
td.TdClassName
{
border-color: #FFF5B0;
}
.TagClassName
{
border-color: #FFF5B0;
}
</style>