Shades of Shalimar #FFFBA6
Tints of Shalimar #FFFBA6
RGB
CMYK
RGB Variations
Color information
#FFFBA6 (or 0xFFFBA6) is known color: Shalimar. HEX triplet: FF, FB and A6. RGB value is (255,251,166). Sum of RGB (Red+Green+Blue) = 255+251+166=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 166 (65.23% from 255 or 24.70% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA6 is #000459. Grayscale: #F2F2F2. Windows color (decimal): -1114 or 10943487. OLE color: 10943487.
HSL color Cylindrical-coordinate representation of color #FFFBA6: hue angle of 57.3º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFFBA6 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 166 | - |
| CMYK | 0 | 0.02 | 0.35 | 0 |
| HSL | 57.3º | 1% | 0.83% | - |
| HSV(B) | 57.3º | 0.35% | 1% | - |
| XYZ | 82.62 | 93.01 | 49.67 | - |
| YUV | 242.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 166 | 0 | 0.02 | 0.35 | 0 | 57.3 | 1 | 0.83 |
| Hex | FF | FB | A6 | 0 | 2 | 23 | 0 | 39 | 64 | 53 |
| Octal | 377 | 373 | 246 | 0 | 2 | 43 | 0 | 71 | 144 | 123 |
| Binary | 11111111 | 11111011 | 10100110 | 0 | 10 | 100011 | 0 | 111001 | 1100100 | 1010011 |
Color Harmonies of #FFFBA6
Complementary color
Monochromatic Colors of #FFFBA6
Black with #FFFBA6
Text Example
Text Example
White with #FFFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBA6; }
p { color: rgb(255,251,166); }
H1.HeaderClassName
{
color: #FFFBA6;
}
.AnyTagClassName
{
color: #FFFBA6;
}
</style>
background-color css
<style>
a { background-color: #FFFBA6; }
a { background-color: rgb(255,251,166); }
div.DivClassName
{
background-color: #FFFBA6;
}
.BgClassName
{
background-color: #FFFBA6;
}
</style>
border-color css
<style>
span { border-color: #FFFBA6; }
span { border-color: rgb(255,251,166); }
td.TdClassName
{
border-color: #FFFBA6;
}
.TagClassName
{
border-color: #FFFBA6;
}
</style>