Shades of Shalimar #FAF3B2
Tints of Shalimar #FAF3B2
RGB
CMYK
RGB Variations
Color information
#FAF3B2 (or 0xFAF3B2) is known color: Shalimar. HEX triplet: FA, F3 and B2. RGB value is (250,243,178). Sum of RGB (Red+Green+Blue) = 250+243+178=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3B2 is #050C4D. Grayscale: #EDEDED. Windows color (decimal): -330830 or 11727866. OLE color: 11727866.
HSL color Cylindrical-coordinate representation of color #FAF3B2: hue angle of 54.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAF3B2 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 178 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.02 |
| HSL | 54.17º | 0.88% | 0.84% | - |
| HSV(B) | 54.17º | 0.29% | 0.98% | - |
| XYZ | 79.51 | 87.64 | 54.84 | - |
| YUV | 237.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 178 | 0 | 0.03 | 0.29 | 0.02 | 54.17 | 0.88 | 0.84 |
| Hex | FA | F3 | B2 | 0 | 3 | 1D | 2 | 36 | 58 | 54 |
| Octal | 372 | 363 | 262 | 0 | 3 | 35 | 2 | 66 | 130 | 124 |
| Binary | 11111010 | 11110011 | 10110010 | 0 | 11 | 11101 | 10 | 110110 | 1011000 | 1010100 |
Color Harmonies of #FAF3B2
Complementary color
Monochromatic Colors of #FAF3B2
Black with #FAF3B2
Text Example
Text Example
White with #FAF3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3B2; }
p { color: rgb(250,243,178); }
H1.HeaderClassName
{
color: #FAF3B2;
}
.AnyTagClassName
{
color: #FAF3B2;
}
</style>
background-color css
<style>
a { background-color: #FAF3B2; }
a { background-color: rgb(250,243,178); }
div.DivClassName
{
background-color: #FAF3B2;
}
.BgClassName
{
background-color: #FAF3B2;
}
</style>
border-color css
<style>
span { border-color: #FAF3B2; }
span { border-color: rgb(250,243,178); }
td.TdClassName
{
border-color: #FAF3B2;
}
.TagClassName
{
border-color: #FAF3B2;
}
</style>