Shades of Shalimar #FAF8B4
Tints of Shalimar #FAF8B4
RGB
CMYK
RGB Variations
Color information
#FAF8B4 (or 0xFAF8B4) is known color: Shalimar. HEX triplet: FA, F8 and B4. RGB value is (250,248,180). Sum of RGB (Red+Green+Blue) = 250+248+180=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 180 (70.70% from 255 or 26.55% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8B4 is #05074B. Grayscale: #F1F1F1. Windows color (decimal): -329548 or 11860218. OLE color: 11860218.
HSL color Cylindrical-coordinate representation of color #FAF8B4: hue angle of 58.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAF8B4 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 180 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.02 |
| HSL | 58.29º | 0.88% | 0.84% | - |
| HSV(B) | 58.29º | 0.28% | 0.98% | - |
| XYZ | 81.23 | 90.75 | 56.42 | - |
| YUV | 240.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 180 | 0 | 0.01 | 0.28 | 0.02 | 58.29 | 0.88 | 0.84 |
| Hex | FA | F8 | B4 | 0 | 1 | 1C | 2 | 3A | 58 | 54 |
| Octal | 372 | 370 | 264 | 0 | 1 | 34 | 2 | 72 | 130 | 124 |
| Binary | 11111010 | 11111000 | 10110100 | 0 | 1 | 11100 | 10 | 111010 | 1011000 | 1010100 |
Color Harmonies of #FAF8B4
Complementary color
Monochromatic Colors of #FAF8B4
Black with #FAF8B4
Text Example
Text Example
White with #FAF8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8B4; }
p { color: rgb(250,248,180); }
H1.HeaderClassName
{
color: #FAF8B4;
}
.AnyTagClassName
{
color: #FAF8B4;
}
</style>
background-color css
<style>
a { background-color: #FAF8B4; }
a { background-color: rgb(250,248,180); }
div.DivClassName
{
background-color: #FAF8B4;
}
.BgClassName
{
background-color: #FAF8B4;
}
</style>
border-color css
<style>
span { border-color: #FAF8B4; }
span { border-color: rgb(250,248,180); }
td.TdClassName
{
border-color: #FAF8B4;
}
.TagClassName
{
border-color: #FAF8B4;
}
</style>