Shades of Shalimar #F9FCAC
Tints of Shalimar #F9FCAC
RGB
CMYK
RGB Variations
Color information
#F9FCAC (or 0xF9FCAC) is known color: Shalimar. HEX triplet: F9, FC and AC. RGB value is (249,252,172). Sum of RGB (Red+Green+Blue) = 249+252+172=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 172 (67.58% from 255 or 25.56% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FCAC is #060353. Grayscale: #F2F2F2. Windows color (decimal): -394068 or 11336953. OLE color: 11336953.
HSL color Cylindrical-coordinate representation of color #F9FCAC: hue angle of 62.25º 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 #F9FCAC is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 172 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.01 |
| HSL | 62.25º | 0.93% | 0.83% | - |
| HSV(B) | 62.25º | 0.32% | 0.99% | - |
| XYZ | 81.32 | 92.74 | 52.64 | - |
| YUV | 241.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 172 | 0.01 | 0 | 0.32 | 0.01 | 62.25 | 0.93 | 0.83 |
| Hex | F9 | FC | AC | 1 | 0 | 20 | 1 | 3E | 5D | 53 |
| Octal | 371 | 374 | 254 | 1 | 0 | 40 | 1 | 76 | 135 | 123 |
| Binary | 11111001 | 11111100 | 10101100 | 1 | 0 | 100000 | 1 | 111110 | 1011101 | 1010011 |
Color Harmonies of #F9FCAC
Complementary color
Monochromatic Colors of #F9FCAC
Black with #F9FCAC
Text Example
Text Example
White with #F9FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCAC; }
p { color: rgb(249,252,172); }
H1.HeaderClassName
{
color: #F9FCAC;
}
.AnyTagClassName
{
color: #F9FCAC;
}
</style>
background-color css
<style>
a { background-color: #F9FCAC; }
a { background-color: rgb(249,252,172); }
div.DivClassName
{
background-color: #F9FCAC;
}
.BgClassName
{
background-color: #F9FCAC;
}
</style>
border-color css
<style>
span { border-color: #F9FCAC; }
span { border-color: rgb(249,252,172); }
td.TdClassName
{
border-color: #F9FCAC;
}
.TagClassName
{
border-color: #F9FCAC;
}
</style>