Shades of Shalimar #FAF2B1
Tints of Shalimar #FAF2B1
RGB
CMYK
RGB Variations
Color information
#FAF2B1 (or 0xFAF2B1) is known color: Shalimar. HEX triplet: FA, F2 and B1. RGB value is (250,242,177). Sum of RGB (Red+Green+Blue) = 250+242+177=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 177 (69.53% from 255 or 26.46% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2B1 is #050D4E. Grayscale: #EDEDED. Windows color (decimal): -331087 or 11662074. OLE color: 11662074.
HSL color Cylindrical-coordinate representation of color #FAF2B1: hue angle of 53.42º 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 #FAF2B1 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 177 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.02 |
| HSL | 53.42º | 0.88% | 0.84% | - |
| HSV(B) | 53.42º | 0.29% | 0.98% | - |
| XYZ | 79.11 | 87 | 54.22 | - |
| YUV | 236.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 177 | 0 | 0.03 | 0.29 | 0.02 | 53.42 | 0.88 | 0.84 |
| Hex | FA | F2 | B1 | 0 | 3 | 1D | 2 | 35 | 58 | 54 |
| Octal | 372 | 362 | 261 | 0 | 3 | 35 | 2 | 65 | 130 | 124 |
| Binary | 11111010 | 11110010 | 10110001 | 0 | 11 | 11101 | 10 | 110101 | 1011000 | 1010100 |
Color Harmonies of #FAF2B1
Complementary color
Monochromatic Colors of #FAF2B1
Black with #FAF2B1
Text Example
Text Example
White with #FAF2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2B1; }
p { color: rgb(250,242,177); }
H1.HeaderClassName
{
color: #FAF2B1;
}
.AnyTagClassName
{
color: #FAF2B1;
}
</style>
background-color css
<style>
a { background-color: #FAF2B1; }
a { background-color: rgb(250,242,177); }
div.DivClassName
{
background-color: #FAF2B1;
}
.BgClassName
{
background-color: #FAF2B1;
}
</style>
border-color css
<style>
span { border-color: #FAF2B1; }
span { border-color: rgb(250,242,177); }
td.TdClassName
{
border-color: #FAF2B1;
}
.TagClassName
{
border-color: #FAF2B1;
}
</style>