Shades of Shalimar #F9FEA3
Tints of Shalimar #F9FEA3
RGB
CMYK
RGB Variations
Color information
#F9FEA3 (or 0xF9FEA3) is known color: Shalimar. HEX triplet: F9, FE and A3. RGB value is (249,254,163). Sum of RGB (Red+Green+Blue) = 249+254+163=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 163 (64.06% from 255 or 24.47% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEA3 is #06015C. Grayscale: #F2F2F2. Windows color (decimal): -393565 or 10747641. OLE color: 10747641.
HSL color Cylindrical-coordinate representation of color #F9FEA3: hue angle of 63.3º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9FEA3 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 163 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.00 |
| HSL | 63.3º | 0.98% | 0.82% | - |
| HSV(B) | 63.3º | 0.36% | 1% | - |
| XYZ | 81.12 | 93.67 | 48.45 | - |
| YUV | 242.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 163 | 0.02 | 0 | 0.36 | 0.00 | 63.3 | 0.98 | 0.82 |
| Hex | F9 | FE | A3 | 2 | 0 | 24 | 0 | 3F | 62 | 52 |
| Octal | 371 | 376 | 243 | 2 | 0 | 44 | 0 | 77 | 142 | 122 |
| Binary | 11111001 | 11111110 | 10100011 | 10 | 0 | 100100 | 0 | 111111 | 1100010 | 1010010 |
Color Harmonies of #F9FEA3
Complementary color
Monochromatic Colors of #F9FEA3
Black with #F9FEA3
Text Example
Text Example
White with #F9FEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEA3; }
p { color: rgb(249,254,163); }
H1.HeaderClassName
{
color: #F9FEA3;
}
.AnyTagClassName
{
color: #F9FEA3;
}
</style>
background-color css
<style>
a { background-color: #F9FEA3; }
a { background-color: rgb(249,254,163); }
div.DivClassName
{
background-color: #F9FEA3;
}
.BgClassName
{
background-color: #F9FEA3;
}
</style>
border-color css
<style>
span { border-color: #F9FEA3; }
span { border-color: rgb(249,254,163); }
td.TdClassName
{
border-color: #F9FEA3;
}
.TagClassName
{
border-color: #F9FEA3;
}
</style>