Shades of Shalimar #FAF2B3
Tints of Shalimar #FAF2B3
RGB
CMYK
RGB Variations
Color information
#FAF2B3 (or 0xFAF2B3) is known color: Shalimar. HEX triplet: FA, F2 and B3. RGB value is (250,242,179). Sum of RGB (Red+Green+Blue) = 250+242+179=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 179 (70.31% from 255 or 26.68% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2B3 is #050D4C. Grayscale: #EDEDED. Windows color (decimal): -331085 or 11793146. OLE color: 11793146.
HSL color Cylindrical-coordinate representation of color #FAF2B3: hue angle of 53.24º 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 #FAF2B3 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 179 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.02 |
| HSL | 53.24º | 0.88% | 0.84% | - |
| HSV(B) | 53.24º | 0.28% | 0.98% | - |
| XYZ | 79.31 | 87.08 | 55.28 | - |
| YUV | 237.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 179 | 0 | 0.03 | 0.28 | 0.02 | 53.24 | 0.88 | 0.84 |
| Hex | FA | F2 | B3 | 0 | 3 | 1C | 2 | 35 | 58 | 54 |
| Octal | 372 | 362 | 263 | 0 | 3 | 34 | 2 | 65 | 130 | 124 |
| Binary | 11111010 | 11110010 | 10110011 | 0 | 11 | 11100 | 10 | 110101 | 1011000 | 1010100 |
Color Harmonies of #FAF2B3
Complementary color
Monochromatic Colors of #FAF2B3
Black with #FAF2B3
Text Example
Text Example
White with #FAF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2B3; }
p { color: rgb(250,242,179); }
H1.HeaderClassName
{
color: #FAF2B3;
}
.AnyTagClassName
{
color: #FAF2B3;
}
</style>
background-color css
<style>
a { background-color: #FAF2B3; }
a { background-color: rgb(250,242,179); }
div.DivClassName
{
background-color: #FAF2B3;
}
.BgClassName
{
background-color: #FAF2B3;
}
</style>
border-color css
<style>
span { border-color: #FAF2B3; }
span { border-color: rgb(250,242,179); }
td.TdClassName
{
border-color: #FAF2B3;
}
.TagClassName
{
border-color: #FAF2B3;
}
</style>