Shades of Shalimar #FFF6AB
Tints of Shalimar #FFF6AB
RGB
CMYK
RGB Variations
Color information
#FFF6AB (or 0xFFF6AB) is known color: Shalimar. HEX triplet: FF, F6 and AB. RGB value is (255,246,171). Sum of RGB (Red+Green+Blue) = 255+246+171=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AB is #000954. Grayscale: #F0F0F0. Windows color (decimal): -2389 or 11269887. OLE color: 11269887.
HSL color Cylindrical-coordinate representation of color #FFF6AB: hue angle of 53.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF6AB is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 171 | - |
| CMYK | 0 | 0.04 | 0.33 | 0 |
| HSL | 53.57º | 1% | 0.84% | - |
| HSV(B) | 53.57º | 0.33% | 1% | - |
| XYZ | 81.55 | 90.11 | 51.62 | - |
| YUV | 240.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 171 | 0 | 0.04 | 0.33 | 0 | 53.57 | 1 | 0.84 |
| Hex | FF | F6 | AB | 0 | 4 | 21 | 0 | 36 | 64 | 54 |
| Octal | 377 | 366 | 253 | 0 | 4 | 41 | 0 | 66 | 144 | 124 |
| Binary | 11111111 | 11110110 | 10101011 | 0 | 100 | 100001 | 0 | 110110 | 1100100 | 1010100 |
Color Harmonies of #FFF6AB
Complementary color
Monochromatic Colors of #FFF6AB
Black with #FFF6AB
Text Example
Text Example
White with #FFF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6AB; }
p { color: rgb(255,246,171); }
H1.HeaderClassName
{
color: #FFF6AB;
}
.AnyTagClassName
{
color: #FFF6AB;
}
</style>
background-color css
<style>
a { background-color: #FFF6AB; }
a { background-color: rgb(255,246,171); }
div.DivClassName
{
background-color: #FFF6AB;
}
.BgClassName
{
background-color: #FFF6AB;
}
</style>
border-color css
<style>
span { border-color: #FFF6AB; }
span { border-color: rgb(255,246,171); }
td.TdClassName
{
border-color: #FFF6AB;
}
.TagClassName
{
border-color: #FFF6AB;
}
</style>