Shades of Shalimar #F8FDAC
Tints of Shalimar #F8FDAC
RGB
CMYK
RGB Variations
Color information
#F8FDAC (or 0xF8FDAC) is known color: Shalimar. HEX triplet: F8, FD and AC. RGB value is (248,253,172). Sum of RGB (Red+Green+Blue) = 248+253+172=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 172 (67.58% from 255 or 25.56% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDAC is #070253. Grayscale: #F2F2F2. Windows color (decimal): -459348 or 11337208. OLE color: 11337208.
HSL color Cylindrical-coordinate representation of color #F8FDAC: hue angle of 63.7º 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 #F8FDAC is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 172 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.01 |
| HSL | 63.7º | 0.95% | 0.83% | - |
| HSV(B) | 63.7º | 0.32% | 0.99% | - |
| XYZ | 81.28 | 93.19 | 52.73 | - |
| YUV | 242.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 172 | 0.02 | 0 | 0.32 | 0.01 | 63.7 | 0.95 | 0.83 |
| Hex | F8 | FD | AC | 2 | 0 | 20 | 1 | 40 | 5F | 53 |
| Octal | 370 | 375 | 254 | 2 | 0 | 40 | 1 | 100 | 137 | 123 |
| Binary | 11111000 | 11111101 | 10101100 | 10 | 0 | 100000 | 1 | 1000000 | 1011111 | 1010011 |
Color Harmonies of #F8FDAC
Complementary color
Monochromatic Colors of #F8FDAC
Black with #F8FDAC
Text Example
Text Example
White with #F8FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDAC; }
p { color: rgb(248,253,172); }
H1.HeaderClassName
{
color: #F8FDAC;
}
.AnyTagClassName
{
color: #F8FDAC;
}
</style>
background-color css
<style>
a { background-color: #F8FDAC; }
a { background-color: rgb(248,253,172); }
div.DivClassName
{
background-color: #F8FDAC;
}
.BgClassName
{
background-color: #F8FDAC;
}
</style>
border-color css
<style>
span { border-color: #F8FDAC; }
span { border-color: rgb(248,253,172); }
td.TdClassName
{
border-color: #F8FDAC;
}
.TagClassName
{
border-color: #F8FDAC;
}
</style>