Shades of Shalimar #FAF4B1
Tints of Shalimar #FAF4B1
RGB
CMYK
RGB Variations
Color information
#FAF4B1 (or 0xFAF4B1) is known color: Shalimar. HEX triplet: FA, F4 and B1. RGB value is (250,244,177). Sum of RGB (Red+Green+Blue) = 250+244+177=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 177 (69.53% from 255 or 26.38% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4B1 is #050B4E. Grayscale: #EEEEEE. Windows color (decimal): -330575 or 11662586. OLE color: 11662586.
HSL color Cylindrical-coordinate representation of color #FAF4B1: hue angle of 55.07º 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 #FAF4B1 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 177 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.02 |
| HSL | 55.07º | 0.88% | 0.84% | - |
| HSV(B) | 55.07º | 0.29% | 0.98% | - |
| XYZ | 79.71 | 88.2 | 54.42 | - |
| YUV | 238.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 177 | 0 | 0.02 | 0.29 | 0.02 | 55.07 | 0.88 | 0.84 |
| Hex | FA | F4 | B1 | 0 | 2 | 1D | 2 | 37 | 58 | 54 |
| Octal | 372 | 364 | 261 | 0 | 2 | 35 | 2 | 67 | 130 | 124 |
| Binary | 11111010 | 11110100 | 10110001 | 0 | 10 | 11101 | 10 | 110111 | 1011000 | 1010100 |
Color Harmonies of #FAF4B1
Complementary color
Monochromatic Colors of #FAF4B1
Black with #FAF4B1
Text Example
Text Example
White with #FAF4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4B1; }
p { color: rgb(250,244,177); }
H1.HeaderClassName
{
color: #FAF4B1;
}
.AnyTagClassName
{
color: #FAF4B1;
}
</style>
background-color css
<style>
a { background-color: #FAF4B1; }
a { background-color: rgb(250,244,177); }
div.DivClassName
{
background-color: #FAF4B1;
}
.BgClassName
{
background-color: #FAF4B1;
}
</style>
border-color css
<style>
span { border-color: #FAF4B1; }
span { border-color: rgb(250,244,177); }
td.TdClassName
{
border-color: #FAF4B1;
}
.TagClassName
{
border-color: #FAF4B1;
}
</style>