Shades of Shalimar #F8F2AD
Tints of Shalimar #F8F2AD
RGB
CMYK
RGB Variations
Color information
#F8F2AD (or 0xF8F2AD) is known color: Shalimar. HEX triplet: F8, F2 and AD. RGB value is (248,242,173). Sum of RGB (Red+Green+Blue) = 248+242+173=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F2AD is #070D52. Grayscale: #ECECEC. Windows color (decimal): -462163 or 11399928. OLE color: 11399928.
HSL color Cylindrical-coordinate representation of color #F8F2AD: hue angle of 55.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8F2AD is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 173 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.03 |
| HSL | 55.2º | 0.84% | 0.83% | - |
| HSV(B) | 55.2º | 0.3% | 0.97% | - |
| XYZ | 78.01 | 86.48 | 52.12 | - |
| YUV | 235.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 173 | 0 | 0.02 | 0.30 | 0.03 | 55.2 | 0.84 | 0.83 |
| Hex | F8 | F2 | AD | 0 | 2 | 1E | 3 | 37 | 54 | 53 |
| Octal | 370 | 362 | 255 | 0 | 2 | 36 | 3 | 67 | 124 | 123 |
| Binary | 11111000 | 11110010 | 10101101 | 0 | 10 | 11110 | 11 | 110111 | 1010100 | 1010011 |
Color Harmonies of #F8F2AD
Complementary color
Monochromatic Colors of #F8F2AD
Black with #F8F2AD
Text Example
Text Example
White with #F8F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2AD; }
p { color: rgb(248,242,173); }
H1.HeaderClassName
{
color: #F8F2AD;
}
.AnyTagClassName
{
color: #F8F2AD;
}
</style>
background-color css
<style>
a { background-color: #F8F2AD; }
a { background-color: rgb(248,242,173); }
div.DivClassName
{
background-color: #F8F2AD;
}
.BgClassName
{
background-color: #F8F2AD;
}
</style>
border-color css
<style>
span { border-color: #F8F2AD; }
span { border-color: rgb(248,242,173); }
td.TdClassName
{
border-color: #F8F2AD;
}
.TagClassName
{
border-color: #F8F2AD;
}
</style>