Shades of Shalimar #FFF6B5
Tints of Shalimar #FFF6B5
RGB
CMYK
RGB Variations
Color information
#FFF6B5 (or 0xFFF6B5) is known color: Shalimar. HEX triplet: FF, F6 and B5. RGB value is (255,246,181). Sum of RGB (Red+Green+Blue) = 255+246+181=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 181 (71.09% from 255 or 26.54% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B5 is #00094A. Grayscale: #F1F1F1. Windows color (decimal): -2379 or 11925247. OLE color: 11925247.
HSL color Cylindrical-coordinate representation of color #FFF6B5: hue angle of 52.7º 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 #FFF6B5 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 181 | - |
| CMYK | 0 | 0.04 | 0.29 | 0 |
| HSL | 52.7º | 1% | 0.85% | - |
| HSV(B) | 52.7º | 0.29% | 1% | - |
| XYZ | 82.54 | 90.51 | 56.84 | - |
| YUV | 241.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 181 | 0 | 0.04 | 0.29 | 0 | 52.7 | 1 | 0.85 |
| Hex | FF | F6 | B5 | 0 | 4 | 1D | 0 | 35 | 64 | 55 |
| Octal | 377 | 366 | 265 | 0 | 4 | 35 | 0 | 65 | 144 | 125 |
| Binary | 11111111 | 11110110 | 10110101 | 0 | 100 | 11101 | 0 | 110101 | 1100100 | 1010101 |
Color Harmonies of #FFF6B5
Complementary color
Monochromatic Colors of #FFF6B5
Black with #FFF6B5
Text Example
Text Example
White with #FFF6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6B5; }
p { color: rgb(255,246,181); }
H1.HeaderClassName
{
color: #FFF6B5;
}
.AnyTagClassName
{
color: #FFF6B5;
}
</style>
background-color css
<style>
a { background-color: #FFF6B5; }
a { background-color: rgb(255,246,181); }
div.DivClassName
{
background-color: #FFF6B5;
}
.BgClassName
{
background-color: #FFF6B5;
}
</style>
border-color css
<style>
span { border-color: #FFF6B5; }
span { border-color: rgb(255,246,181); }
td.TdClassName
{
border-color: #FFF6B5;
}
.TagClassName
{
border-color: #FFF6B5;
}
</style>