Shades of Shalimar #FFF6B0
Tints of Shalimar #FFF6B0
RGB
CMYK
RGB Variations
Color information
#FFF6B0 (or 0xFFF6B0) is known color: Shalimar. HEX triplet: FF, F6 and B0. RGB value is (255,246,176). Sum of RGB (Red+Green+Blue) = 255+246+176=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 176 (69.14% from 255 or 26.00% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6B0 is #00094F. Grayscale: #F1F1F1. Windows color (decimal): -2384 or 11597567. OLE color: 11597567.
HSL color Cylindrical-coordinate representation of color #FFF6B0: hue angle of 53.16º 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 #FFF6B0 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 176 | - |
| CMYK | 0 | 0.04 | 0.31 | 0 |
| HSL | 53.16º | 1% | 0.85% | - |
| HSV(B) | 53.16º | 0.31% | 1% | - |
| XYZ | 82.03 | 90.31 | 54.18 | - |
| YUV | 240.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 176 | 0 | 0.04 | 0.31 | 0 | 53.16 | 1 | 0.85 |
| Hex | FF | F6 | B0 | 0 | 4 | 1F | 0 | 35 | 64 | 55 |
| Octal | 377 | 366 | 260 | 0 | 4 | 37 | 0 | 65 | 144 | 125 |
| Binary | 11111111 | 11110110 | 10110000 | 0 | 100 | 11111 | 0 | 110101 | 1100100 | 1010101 |
Color Harmonies of #FFF6B0
Complementary color
Monochromatic Colors of #FFF6B0
Black with #FFF6B0
Text Example
Text Example
White with #FFF6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6B0; }
p { color: rgb(255,246,176); }
H1.HeaderClassName
{
color: #FFF6B0;
}
.AnyTagClassName
{
color: #FFF6B0;
}
</style>
background-color css
<style>
a { background-color: #FFF6B0; }
a { background-color: rgb(255,246,176); }
div.DivClassName
{
background-color: #FFF6B0;
}
.BgClassName
{
background-color: #FFF6B0;
}
</style>
border-color css
<style>
span { border-color: #FFF6B0; }
span { border-color: rgb(255,246,176); }
td.TdClassName
{
border-color: #FFF6B0;
}
.TagClassName
{
border-color: #FFF6B0;
}
</style>