Shades of Shalimar #FAF2B2
Tints of Shalimar #FAF2B2
RGB
CMYK
RGB Variations
Color information
#FAF2B2 (or 0xFAF2B2) is known color: Shalimar. HEX triplet: FA, F2 and B2. RGB value is (250,242,178). Sum of RGB (Red+Green+Blue) = 250+242+178=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 178 (69.92% from 255 or 26.57% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2B2 is #050D4D. Grayscale: #EDEDED. Windows color (decimal): -331086 or 11727610. OLE color: 11727610.
HSL color Cylindrical-coordinate representation of color #FAF2B2: hue angle of 53.33º 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 #FAF2B2 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 178 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.02 |
| HSL | 53.33º | 0.88% | 0.84% | - |
| HSV(B) | 53.33º | 0.29% | 0.98% | - |
| XYZ | 79.21 | 87.04 | 54.75 | - |
| YUV | 237.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 178 | 0 | 0.03 | 0.29 | 0.02 | 53.33 | 0.88 | 0.84 |
| Hex | FA | F2 | B2 | 0 | 3 | 1D | 2 | 35 | 58 | 54 |
| Octal | 372 | 362 | 262 | 0 | 3 | 35 | 2 | 65 | 130 | 124 |
| Binary | 11111010 | 11110010 | 10110010 | 0 | 11 | 11101 | 10 | 110101 | 1011000 | 1010100 |
Color Harmonies of #FAF2B2
Complementary color
Monochromatic Colors of #FAF2B2
Black with #FAF2B2
Text Example
Text Example
White with #FAF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2B2; }
p { color: rgb(250,242,178); }
H1.HeaderClassName
{
color: #FAF2B2;
}
.AnyTagClassName
{
color: #FAF2B2;
}
</style>
background-color css
<style>
a { background-color: #FAF2B2; }
a { background-color: rgb(250,242,178); }
div.DivClassName
{
background-color: #FAF2B2;
}
.BgClassName
{
background-color: #FAF2B2;
}
</style>
border-color css
<style>
span { border-color: #FAF2B2; }
span { border-color: rgb(250,242,178); }
td.TdClassName
{
border-color: #FAF2B2;
}
.TagClassName
{
border-color: #FAF2B2;
}
</style>