Shades of Shalimar #FAF6B2
Tints of Shalimar #FAF6B2
RGB
CMYK
RGB Variations
Color information
#FAF6B2 (or 0xFAF6B2) is known color: Shalimar. HEX triplet: FA, F6 and B2. RGB value is (250,246,178). Sum of RGB (Red+Green+Blue) = 250+246+178=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 178 (69.92% from 255 or 26.41% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6B2 is #05094D. Grayscale: #EFEFEF. Windows color (decimal): -330062 or 11728634. OLE color: 11728634.
HSL color Cylindrical-coordinate representation of color #FAF6B2: hue angle of 56.67º 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 #FAF6B2 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 178 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.02 |
| HSL | 56.67º | 0.88% | 0.84% | - |
| HSV(B) | 56.67º | 0.29% | 0.98% | - |
| XYZ | 80.42 | 89.45 | 55.15 | - |
| YUV | 239.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 178 | 0 | 0.02 | 0.29 | 0.02 | 56.67 | 0.88 | 0.84 |
| Hex | FA | F6 | B2 | 0 | 2 | 1D | 2 | 39 | 58 | 54 |
| Octal | 372 | 366 | 262 | 0 | 2 | 35 | 2 | 71 | 130 | 124 |
| Binary | 11111010 | 11110110 | 10110010 | 0 | 10 | 11101 | 10 | 111001 | 1011000 | 1010100 |
Color Harmonies of #FAF6B2
Complementary color
Monochromatic Colors of #FAF6B2
Black with #FAF6B2
Text Example
Text Example
White with #FAF6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6B2; }
p { color: rgb(250,246,178); }
H1.HeaderClassName
{
color: #FAF6B2;
}
.AnyTagClassName
{
color: #FAF6B2;
}
</style>
background-color css
<style>
a { background-color: #FAF6B2; }
a { background-color: rgb(250,246,178); }
div.DivClassName
{
background-color: #FAF6B2;
}
.BgClassName
{
background-color: #FAF6B2;
}
</style>
border-color css
<style>
span { border-color: #FAF6B2; }
span { border-color: rgb(250,246,178); }
td.TdClassName
{
border-color: #FAF6B2;
}
.TagClassName
{
border-color: #FAF6B2;
}
</style>