Shades of Shalimar #FFF5B4
Tints of Shalimar #FFF5B4
RGB
CMYK
RGB Variations
Color information
#FFF5B4 (or 0xFFF5B4) is known color: Shalimar. HEX triplet: FF, F5 and B4. RGB value is (255,245,180). Sum of RGB (Red+Green+Blue) = 255+245+180=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 180 (70.70% from 255 or 26.47% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B4 is #000A4B. Grayscale: #F0F0F0. Windows color (decimal): -2636 or 11859455. OLE color: 11859455.
HSL color Cylindrical-coordinate representation of color #FFF5B4: hue angle of 52º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF5B4 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 180 | - |
| CMYK | 0 | 0.04 | 0.29 | 0 |
| HSL | 52º | 1% | 0.85% | - |
| HSV(B) | 52º | 0.29% | 1% | - |
| XYZ | 82.13 | 89.86 | 56.2 | - |
| YUV | 240.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 180 | 0 | 0.04 | 0.29 | 0 | 52 | 1 | 0.85 |
| Hex | FF | F5 | B4 | 0 | 4 | 1D | 0 | 34 | 64 | 55 |
| Octal | 377 | 365 | 264 | 0 | 4 | 35 | 0 | 64 | 144 | 125 |
| Binary | 11111111 | 11110101 | 10110100 | 0 | 100 | 11101 | 0 | 110100 | 1100100 | 1010101 |
Color Harmonies of #FFF5B4
Complementary color
Monochromatic Colors of #FFF5B4
Black with #FFF5B4
Text Example
Text Example
White with #FFF5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5B4; }
p { color: rgb(255,245,180); }
H1.HeaderClassName
{
color: #FFF5B4;
}
.AnyTagClassName
{
color: #FFF5B4;
}
</style>
background-color css
<style>
a { background-color: #FFF5B4; }
a { background-color: rgb(255,245,180); }
div.DivClassName
{
background-color: #FFF5B4;
}
.BgClassName
{
background-color: #FFF5B4;
}
</style>
border-color css
<style>
span { border-color: #FFF5B4; }
span { border-color: rgb(255,245,180); }
td.TdClassName
{
border-color: #FFF5B4;
}
.TagClassName
{
border-color: #FFF5B4;
}
</style>