Shades of Shalimar #FAF8AF
Tints of Shalimar #FAF8AF
RGB
CMYK
RGB Variations
Color information
#FAF8AF (or 0xFAF8AF) is known color: Shalimar. HEX triplet: FA, F8 and AF. RGB value is (250,248,175). Sum of RGB (Red+Green+Blue) = 250+248+175=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8AF is #050750. Grayscale: #F0F0F0. Windows color (decimal): -329553 or 11532538. OLE color: 11532538.
HSL color Cylindrical-coordinate representation of color #FAF8AF: hue angle of 58.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAF8AF is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 175 | - |
| CMYK | 0 | 0.01 | 0.3 | 0.02 |
| HSL | 58.4º | 0.88% | 0.83% | - |
| HSV(B) | 58.4º | 0.3% | 0.98% | - |
| XYZ | 80.73 | 90.55 | 53.78 | - |
| YUV | 240.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 175 | 0 | 0.01 | 0.3 | 0.02 | 58.4 | 0.88 | 0.83 |
| Hex | FA | F8 | AF | 0 | 1 | 1E | 2 | 3A | 58 | 53 |
| Octal | 372 | 370 | 257 | 0 | 1 | 36 | 2 | 72 | 130 | 123 |
| Binary | 11111010 | 11111000 | 10101111 | 0 | 1 | 11110 | 10 | 111010 | 1011000 | 1010011 |
Color Harmonies of #FAF8AF
Complementary color
Monochromatic Colors of #FAF8AF
Black with #FAF8AF
Text Example
Text Example
White with #FAF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8AF; }
p { color: rgb(250,248,175); }
H1.HeaderClassName
{
color: #FAF8AF;
}
.AnyTagClassName
{
color: #FAF8AF;
}
</style>
background-color css
<style>
a { background-color: #FAF8AF; }
a { background-color: rgb(250,248,175); }
div.DivClassName
{
background-color: #FAF8AF;
}
.BgClassName
{
background-color: #FAF8AF;
}
</style>
border-color css
<style>
span { border-color: #FAF8AF; }
span { border-color: rgb(250,248,175); }
td.TdClassName
{
border-color: #FAF8AF;
}
.TagClassName
{
border-color: #FAF8AF;
}
</style>