Shades of Shalimar #F8FAAB
Tints of Shalimar #F8FAAB
RGB
CMYK
RGB Variations
Color information
#F8FAAB (or 0xF8FAAB) is known color: Shalimar. HEX triplet: F8, FA and AB. RGB value is (248,250,171). Sum of RGB (Red+Green+Blue) = 248+250+171=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 171 (67.19% from 255 or 25.56% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAAB is #070554. Grayscale: #F0F0F0. Windows color (decimal): -460117 or 11270904. OLE color: 11270904.
HSL color Cylindrical-coordinate representation of color #F8FAAB: hue angle of 61.52º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8FAAB is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 171 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.02 |
| HSL | 61.52º | 0.89% | 0.83% | - |
| HSV(B) | 61.52º | 0.32% | 0.98% | - |
| XYZ | 80.25 | 91.27 | 51.92 | - |
| YUV | 240.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 171 | 0.01 | 0 | 0.32 | 0.02 | 61.52 | 0.89 | 0.83 |
| Hex | F8 | FA | AB | 1 | 0 | 20 | 2 | 3E | 59 | 53 |
| Octal | 370 | 372 | 253 | 1 | 0 | 40 | 2 | 76 | 131 | 123 |
| Binary | 11111000 | 11111010 | 10101011 | 1 | 0 | 100000 | 10 | 111110 | 1011001 | 1010011 |
Color Harmonies of #F8FAAB
Complementary color
Monochromatic Colors of #F8FAAB
Black with #F8FAAB
Text Example
Text Example
White with #F8FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAAB; }
p { color: rgb(248,250,171); }
H1.HeaderClassName
{
color: #F8FAAB;
}
.AnyTagClassName
{
color: #F8FAAB;
}
</style>
background-color css
<style>
a { background-color: #F8FAAB; }
a { background-color: rgb(248,250,171); }
div.DivClassName
{
background-color: #F8FAAB;
}
.BgClassName
{
background-color: #F8FAAB;
}
</style>
border-color css
<style>
span { border-color: #F8FAAB; }
span { border-color: rgb(248,250,171); }
td.TdClassName
{
border-color: #F8FAAB;
}
.TagClassName
{
border-color: #F8FAAB;
}
</style>