Shades of Shalimar #F8FBAB
Tints of Shalimar #F8FBAB
RGB
CMYK
RGB Variations
Color information
#F8FBAB (or 0xF8FBAB) is known color: Shalimar. HEX triplet: F8, FB and AB. RGB value is (248,251,171). Sum of RGB (Red+Green+Blue) = 248+251+171=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 171 (67.19% from 255 or 25.52% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBAB is #070454. Grayscale: #F1F1F1. Windows color (decimal): -459861 or 11271160. OLE color: 11271160.
HSL color Cylindrical-coordinate representation of color #F8FBAB: hue angle of 62.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8FBAB is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 171 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.02 |
| HSL | 62.25º | 0.91% | 0.83% | - |
| HSV(B) | 62.25º | 0.32% | 0.98% | - |
| XYZ | 80.56 | 91.89 | 52.02 | - |
| YUV | 240.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 171 | 0.01 | 0 | 0.32 | 0.02 | 62.25 | 0.91 | 0.83 |
| Hex | F8 | FB | AB | 1 | 0 | 20 | 2 | 3E | 5B | 53 |
| Octal | 370 | 373 | 253 | 1 | 0 | 40 | 2 | 76 | 133 | 123 |
| Binary | 11111000 | 11111011 | 10101011 | 1 | 0 | 100000 | 10 | 111110 | 1011011 | 1010011 |
Color Harmonies of #F8FBAB
Complementary color
Monochromatic Colors of #F8FBAB
Black with #F8FBAB
Text Example
Text Example
White with #F8FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FBAB; }
p { color: rgb(248,251,171); }
H1.HeaderClassName
{
color: #F8FBAB;
}
.AnyTagClassName
{
color: #F8FBAB;
}
</style>
background-color css
<style>
a { background-color: #F8FBAB; }
a { background-color: rgb(248,251,171); }
div.DivClassName
{
background-color: #F8FBAB;
}
.BgClassName
{
background-color: #F8FBAB;
}
</style>
border-color css
<style>
span { border-color: #F8FBAB; }
span { border-color: rgb(248,251,171); }
td.TdClassName
{
border-color: #F8FBAB;
}
.TagClassName
{
border-color: #F8FBAB;
}
</style>