Shades of Shalimar #F8FCAC
Tints of Shalimar #F8FCAC
RGB
CMYK
RGB Variations
Color information
#F8FCAC (or 0xF8FCAC) is known color: Shalimar. HEX triplet: F8, FC and AC. RGB value is (248,252,172). Sum of RGB (Red+Green+Blue) = 248+252+172=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCAC is #070353. Grayscale: #F2F2F2. Windows color (decimal): -459604 or 11336952. OLE color: 11336952.
HSL color Cylindrical-coordinate representation of color #F8FCAC: hue angle of 63º degrees, saturation: 0.93, 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 #F8FCAC is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 172 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.01 |
| HSL | 63º | 0.93% | 0.83% | - |
| HSV(B) | 63º | 0.32% | 0.99% | - |
| XYZ | 80.97 | 92.56 | 52.63 | - |
| YUV | 241.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 172 | 0.02 | 0 | 0.32 | 0.01 | 63 | 0.93 | 0.83 |
| Hex | F8 | FC | AC | 2 | 0 | 20 | 1 | 3F | 5D | 53 |
| Octal | 370 | 374 | 254 | 2 | 0 | 40 | 1 | 77 | 135 | 123 |
| Binary | 11111000 | 11111100 | 10101100 | 10 | 0 | 100000 | 1 | 111111 | 1011101 | 1010011 |
Color Harmonies of #F8FCAC
Complementary color
Monochromatic Colors of #F8FCAC
Black with #F8FCAC
Text Example
Text Example
White with #F8FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCAC; }
p { color: rgb(248,252,172); }
H1.HeaderClassName
{
color: #F8FCAC;
}
.AnyTagClassName
{
color: #F8FCAC;
}
</style>
background-color css
<style>
a { background-color: #F8FCAC; }
a { background-color: rgb(248,252,172); }
div.DivClassName
{
background-color: #F8FCAC;
}
.BgClassName
{
background-color: #F8FCAC;
}
</style>
border-color css
<style>
span { border-color: #F8FCAC; }
span { border-color: rgb(248,252,172); }
td.TdClassName
{
border-color: #F8FCAC;
}
.TagClassName
{
border-color: #F8FCAC;
}
</style>