Shades of Shalimar #F8FCB1
Tints of Shalimar #F8FCB1
RGB
CMYK
RGB Variations
Color information
#F8FCB1 (or 0xF8FCB1) is known color: Shalimar. HEX triplet: F8, FC and B1. RGB value is (248,252,177). Sum of RGB (Red+Green+Blue) = 248+252+177=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 177 (69.53% from 255 or 26.14% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCB1 is #07034E. Grayscale: #F2F2F2. Windows color (decimal): -459599 or 11664632. OLE color: 11664632.
HSL color Cylindrical-coordinate representation of color #F8FCB1: hue angle of 63.2º 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 #F8FCB1 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 177 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.01 |
| HSL | 63.2º | 0.93% | 0.84% | - |
| HSV(B) | 63.2º | 0.3% | 0.99% | - |
| XYZ | 81.46 | 92.75 | 55.2 | - |
| YUV | 242.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 177 | 0.02 | 0 | 0.30 | 0.01 | 63.2 | 0.93 | 0.84 |
| Hex | F8 | FC | B1 | 2 | 0 | 1E | 1 | 3F | 5D | 54 |
| Octal | 370 | 374 | 261 | 2 | 0 | 36 | 1 | 77 | 135 | 124 |
| Binary | 11111000 | 11111100 | 10110001 | 10 | 0 | 11110 | 1 | 111111 | 1011101 | 1010100 |
Color Harmonies of #F8FCB1
Complementary color
Monochromatic Colors of #F8FCB1
Black with #F8FCB1
Text Example
Text Example
White with #F8FCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCB1; }
p { color: rgb(248,252,177); }
H1.HeaderClassName
{
color: #F8FCB1;
}
.AnyTagClassName
{
color: #F8FCB1;
}
</style>
background-color css
<style>
a { background-color: #F8FCB1; }
a { background-color: rgb(248,252,177); }
div.DivClassName
{
background-color: #F8FCB1;
}
.BgClassName
{
background-color: #F8FCB1;
}
</style>
border-color css
<style>
span { border-color: #F8FCB1; }
span { border-color: rgb(248,252,177); }
td.TdClassName
{
border-color: #F8FCB1;
}
.TagClassName
{
border-color: #F8FCB1;
}
</style>