Shades of Shalimar #FAF7B2
Tints of Shalimar #FAF7B2
RGB
CMYK
RGB Variations
Color information
#FAF7B2 (or 0xFAF7B2) is known color: Shalimar. HEX triplet: FA, F7 and B2. RGB value is (250,247,178). Sum of RGB (Red+Green+Blue) = 250+247+178=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF7B2 is #05084D. Grayscale: #F0F0F0. Windows color (decimal): -329806 or 11728890. OLE color: 11728890.
HSL color Cylindrical-coordinate representation of color #FAF7B2: hue angle of 57.5º 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 #FAF7B2 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 178 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.02 |
| HSL | 57.5º | 0.88% | 0.84% | - |
| HSV(B) | 57.5º | 0.29% | 0.98% | - |
| XYZ | 80.72 | 90.06 | 55.25 | - |
| YUV | 240.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 178 | 0 | 0.01 | 0.29 | 0.02 | 57.5 | 0.88 | 0.84 |
| Hex | FA | F7 | B2 | 0 | 1 | 1D | 2 | 3A | 58 | 54 |
| Octal | 372 | 367 | 262 | 0 | 1 | 35 | 2 | 72 | 130 | 124 |
| Binary | 11111010 | 11110111 | 10110010 | 0 | 1 | 11101 | 10 | 111010 | 1011000 | 1010100 |
Color Harmonies of #FAF7B2
Complementary color
Monochromatic Colors of #FAF7B2
Black with #FAF7B2
Text Example
Text Example
White with #FAF7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7B2; }
p { color: rgb(250,247,178); }
H1.HeaderClassName
{
color: #FAF7B2;
}
.AnyTagClassName
{
color: #FAF7B2;
}
</style>
background-color css
<style>
a { background-color: #FAF7B2; }
a { background-color: rgb(250,247,178); }
div.DivClassName
{
background-color: #FAF7B2;
}
.BgClassName
{
background-color: #FAF7B2;
}
</style>
border-color css
<style>
span { border-color: #FAF7B2; }
span { border-color: rgb(250,247,178); }
td.TdClassName
{
border-color: #FAF7B2;
}
.TagClassName
{
border-color: #FAF7B2;
}
</style>