Shades of Shalimar #F8FCB0
Tints of Shalimar #F8FCB0
RGB
CMYK
RGB Variations
Color information
#F8FCB0 (or 0xF8FCB0) is known color: Shalimar. HEX triplet: F8, FC and B0. RGB value is (248,252,176). Sum of RGB (Red+Green+Blue) = 248+252+176=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 176 (69.14% from 255 or 26.04% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCB0 is #07034F. Grayscale: #F2F2F2. Windows color (decimal): -459600 or 11599096. OLE color: 11599096.
HSL color Cylindrical-coordinate representation of color #F8FCB0: hue angle of 63.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8FCB0 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 176 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.01 |
| HSL | 63.16º | 0.93% | 0.84% | - |
| HSV(B) | 63.16º | 0.3% | 0.99% | - |
| XYZ | 81.36 | 92.71 | 54.68 | - |
| YUV | 242.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 176 | 0.02 | 0 | 0.30 | 0.01 | 63.16 | 0.93 | 0.84 |
| Hex | F8 | FC | B0 | 2 | 0 | 1E | 1 | 3F | 5D | 54 |
| Octal | 370 | 374 | 260 | 2 | 0 | 36 | 1 | 77 | 135 | 124 |
| Binary | 11111000 | 11111100 | 10110000 | 10 | 0 | 11110 | 1 | 111111 | 1011101 | 1010100 |
Color Harmonies of #F8FCB0
Complementary color
Monochromatic Colors of #F8FCB0
Black with #F8FCB0
Text Example
Text Example
White with #F8FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCB0; }
p { color: rgb(248,252,176); }
H1.HeaderClassName
{
color: #F8FCB0;
}
.AnyTagClassName
{
color: #F8FCB0;
}
</style>
background-color css
<style>
a { background-color: #F8FCB0; }
a { background-color: rgb(248,252,176); }
div.DivClassName
{
background-color: #F8FCB0;
}
.BgClassName
{
background-color: #F8FCB0;
}
</style>
border-color css
<style>
span { border-color: #F8FCB0; }
span { border-color: rgb(248,252,176); }
td.TdClassName
{
border-color: #F8FCB0;
}
.TagClassName
{
border-color: #F8FCB0;
}
</style>