Shades of Shalimar #FAFBAD
Tints of Shalimar #FAFBAD
RGB
CMYK
RGB Variations
Color information
#FAFBAD (or 0xFAFBAD) is known color: Shalimar. HEX triplet: FA, FB and AD. RGB value is (250,251,173). Sum of RGB (Red+Green+Blue) = 250+251+173=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBAD is #050452. Grayscale: #F2F2F2. Windows color (decimal): -328787 or 11402234. OLE color: 11402234.
HSL color Cylindrical-coordinate representation of color #FAFBAD: hue angle of 60.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAFBAD is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 173 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.02 |
| HSL | 60.77º | 0.91% | 0.83% | - |
| HSV(B) | 60.77º | 0.31% | 0.98% | - |
| XYZ | 81.46 | 92.34 | 53.06 | - |
| YUV | 241.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 173 | 0.00 | 0 | 0.31 | 0.02 | 60.77 | 0.91 | 0.83 |
| Hex | FA | FB | AD | 0 | 0 | 1F | 2 | 3D | 5B | 53 |
| Octal | 372 | 373 | 255 | 0 | 0 | 37 | 2 | 75 | 133 | 123 |
| Binary | 11111010 | 11111011 | 10101101 | 0 | 0 | 11111 | 10 | 111101 | 1011011 | 1010011 |
Color Harmonies of #FAFBAD
Complementary color
Monochromatic Colors of #FAFBAD
Black with #FAFBAD
Text Example
Text Example
White with #FAFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBAD; }
p { color: rgb(250,251,173); }
H1.HeaderClassName
{
color: #FAFBAD;
}
.AnyTagClassName
{
color: #FAFBAD;
}
</style>
background-color css
<style>
a { background-color: #FAFBAD; }
a { background-color: rgb(250,251,173); }
div.DivClassName
{
background-color: #FAFBAD;
}
.BgClassName
{
background-color: #FAFBAD;
}
</style>
border-color css
<style>
span { border-color: #FAFBAD; }
span { border-color: rgb(250,251,173); }
td.TdClassName
{
border-color: #FAFBAD;
}
.TagClassName
{
border-color: #FAFBAD;
}
</style>