Shades of Shalimar #F8FDAB
Tints of Shalimar #F8FDAB
RGB
CMYK
RGB Variations
Color information
#F8FDAB (or 0xF8FDAB) is known color: Shalimar. HEX triplet: F8, FD and AB. RGB value is (248,253,171). Sum of RGB (Red+Green+Blue) = 248+253+171=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDAB is #070254. Grayscale: #F2F2F2. Windows color (decimal): -459349 or 11271672. OLE color: 11271672.
HSL color Cylindrical-coordinate representation of color #F8FDAB: hue angle of 63.66º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8FDAB is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 171 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.01 |
| HSL | 63.66º | 0.95% | 0.83% | - |
| HSV(B) | 63.66º | 0.32% | 0.99% | - |
| XYZ | 81.19 | 93.15 | 52.23 | - |
| YUV | 242.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 171 | 0.02 | 0 | 0.32 | 0.01 | 63.66 | 0.95 | 0.83 |
| Hex | F8 | FD | AB | 2 | 0 | 20 | 1 | 40 | 5F | 53 |
| Octal | 370 | 375 | 253 | 2 | 0 | 40 | 1 | 100 | 137 | 123 |
| Binary | 11111000 | 11111101 | 10101011 | 10 | 0 | 100000 | 1 | 1000000 | 1011111 | 1010011 |
Color Harmonies of #F8FDAB
Complementary color
Monochromatic Colors of #F8FDAB
Black with #F8FDAB
Text Example
Text Example
White with #F8FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDAB; }
p { color: rgb(248,253,171); }
H1.HeaderClassName
{
color: #F8FDAB;
}
.AnyTagClassName
{
color: #F8FDAB;
}
</style>
background-color css
<style>
a { background-color: #F8FDAB; }
a { background-color: rgb(248,253,171); }
div.DivClassName
{
background-color: #F8FDAB;
}
.BgClassName
{
background-color: #F8FDAB;
}
</style>
border-color css
<style>
span { border-color: #F8FDAB; }
span { border-color: rgb(248,253,171); }
td.TdClassName
{
border-color: #F8FDAB;
}
.TagClassName
{
border-color: #F8FDAB;
}
</style>