Shades of Shalimar #FAF0B0
Tints of Shalimar #FAF0B0
RGB
CMYK
RGB Variations
Color information
#FAF0B0 (or 0xFAF0B0) is known color: Shalimar. HEX triplet: FA, F0 and B0. RGB value is (250,240,176). Sum of RGB (Red+Green+Blue) = 250+240+176=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 176 (69.14% from 255 or 26.43% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0B0 is #050F4F. Grayscale: #EBEBEB. Windows color (decimal): -331600 or 11596026. OLE color: 11596026.
HSL color Cylindrical-coordinate representation of color #FAF0B0: hue angle of 51.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAF0B0 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 176 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.02 |
| HSL | 51.89º | 0.88% | 0.84% | - |
| HSV(B) | 51.89º | 0.3% | 0.98% | - |
| XYZ | 78.42 | 85.78 | 53.5 | - |
| YUV | 235.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 176 | 0 | 0.04 | 0.30 | 0.02 | 51.89 | 0.88 | 0.84 |
| Hex | FA | F0 | B0 | 0 | 4 | 1E | 2 | 34 | 58 | 54 |
| Octal | 372 | 360 | 260 | 0 | 4 | 36 | 2 | 64 | 130 | 124 |
| Binary | 11111010 | 11110000 | 10110000 | 0 | 100 | 11110 | 10 | 110100 | 1011000 | 1010100 |
Color Harmonies of #FAF0B0
Complementary color
Monochromatic Colors of #FAF0B0
Black with #FAF0B0
Text Example
Text Example
White with #FAF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0B0; }
p { color: rgb(250,240,176); }
H1.HeaderClassName
{
color: #FAF0B0;
}
.AnyTagClassName
{
color: #FAF0B0;
}
</style>
background-color css
<style>
a { background-color: #FAF0B0; }
a { background-color: rgb(250,240,176); }
div.DivClassName
{
background-color: #FAF0B0;
}
.BgClassName
{
background-color: #FAF0B0;
}
</style>
border-color css
<style>
span { border-color: #FAF0B0; }
span { border-color: rgb(250,240,176); }
td.TdClassName
{
border-color: #FAF0B0;
}
.TagClassName
{
border-color: #FAF0B0;
}
</style>