Shades of Shalimar #FAF8B2
Tints of Shalimar #FAF8B2
RGB
CMYK
RGB Variations
Color information
#FAF8B2 (or 0xFAF8B2) is known color: Shalimar. HEX triplet: FA, F8 and B2. RGB value is (250,248,178). Sum of RGB (Red+Green+Blue) = 250+248+178=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 178 (69.92% from 255 or 26.33% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8B2 is #05074D. Grayscale: #F0F0F0. Windows color (decimal): -329550 or 11729146. OLE color: 11729146.
HSL color Cylindrical-coordinate representation of color #FAF8B2: hue angle of 58.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 #FAF8B2 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 178 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.02 |
| HSL | 58.33º | 0.88% | 0.84% | - |
| HSV(B) | 58.33º | 0.29% | 0.98% | - |
| XYZ | 81.03 | 90.67 | 55.35 | - |
| YUV | 240.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 178 | 0 | 0.01 | 0.29 | 0.02 | 58.33 | 0.88 | 0.84 |
| Hex | FA | F8 | B2 | 0 | 1 | 1D | 2 | 3A | 58 | 54 |
| Octal | 372 | 370 | 262 | 0 | 1 | 35 | 2 | 72 | 130 | 124 |
| Binary | 11111010 | 11111000 | 10110010 | 0 | 1 | 11101 | 10 | 111010 | 1011000 | 1010100 |
Color Harmonies of #FAF8B2
Complementary color
Monochromatic Colors of #FAF8B2
Black with #FAF8B2
Text Example
Text Example
White with #FAF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8B2; }
p { color: rgb(250,248,178); }
H1.HeaderClassName
{
color: #FAF8B2;
}
.AnyTagClassName
{
color: #FAF8B2;
}
</style>
background-color css
<style>
a { background-color: #FAF8B2; }
a { background-color: rgb(250,248,178); }
div.DivClassName
{
background-color: #FAF8B2;
}
.BgClassName
{
background-color: #FAF8B2;
}
</style>
border-color css
<style>
span { border-color: #FAF8B2; }
span { border-color: rgb(250,248,178); }
td.TdClassName
{
border-color: #FAF8B2;
}
.TagClassName
{
border-color: #FAF8B2;
}
</style>