Shades of Shalimar #F8FBAD
Tints of Shalimar #F8FBAD
RGB
CMYK
RGB Variations
Color information
#F8FBAD (or 0xF8FBAD) is known color: Shalimar. HEX triplet: F8, FB and AD. RGB value is (248,251,173). Sum of RGB (Red+Green+Blue) = 248+251+173=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBAD is #070452. Grayscale: #F1F1F1. Windows color (decimal): -459859 or 11402232. OLE color: 11402232.
HSL color Cylindrical-coordinate representation of color #F8FBAD: hue angle of 62.31º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8FBAD is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 173 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.02 |
| HSL | 62.31º | 0.91% | 0.83% | - |
| HSV(B) | 62.31º | 0.31% | 0.98% | - |
| XYZ | 80.75 | 91.97 | 53.03 | - |
| YUV | 241.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 173 | 0.01 | 0 | 0.31 | 0.02 | 62.31 | 0.91 | 0.83 |
| Hex | F8 | FB | AD | 1 | 0 | 1F | 2 | 3E | 5B | 53 |
| Octal | 370 | 373 | 255 | 1 | 0 | 37 | 2 | 76 | 133 | 123 |
| Binary | 11111000 | 11111011 | 10101101 | 1 | 0 | 11111 | 10 | 111110 | 1011011 | 1010011 |
Color Harmonies of #F8FBAD
Complementary color
Monochromatic Colors of #F8FBAD
Black with #F8FBAD
Text Example
Text Example
White with #F8FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FBAD; }
p { color: rgb(248,251,173); }
H1.HeaderClassName
{
color: #F8FBAD;
}
.AnyTagClassName
{
color: #F8FBAD;
}
</style>
background-color css
<style>
a { background-color: #F8FBAD; }
a { background-color: rgb(248,251,173); }
div.DivClassName
{
background-color: #F8FBAD;
}
.BgClassName
{
background-color: #F8FBAD;
}
</style>
border-color css
<style>
span { border-color: #F8FBAD; }
span { border-color: rgb(248,251,173); }
td.TdClassName
{
border-color: #F8FBAD;
}
.TagClassName
{
border-color: #F8FBAD;
}
</style>