Shades of Shalimar #FAFDAB
Tints of Shalimar #FAFDAB
RGB
CMYK
RGB Variations
Color information
#FAFDAB (or 0xFAFDAB) is known color: Shalimar. HEX triplet: FA, FD and AB. RGB value is (250,253,171). Sum of RGB (Red+Green+Blue) = 250+253+171=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDAB is #050254. Grayscale: #F3F3F3. Windows color (decimal): -328277 or 11271674. OLE color: 11271674.
HSL color Cylindrical-coordinate representation of color #FAFDAB: hue angle of 62.2º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAFDAB is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 171 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.01 |
| HSL | 62.2º | 0.95% | 0.83% | - |
| HSV(B) | 62.2º | 0.32% | 0.99% | - |
| XYZ | 81.9 | 93.51 | 52.26 | - |
| YUV | 242.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 171 | 0.01 | 0 | 0.32 | 0.01 | 62.2 | 0.95 | 0.83 |
| Hex | FA | FD | AB | 1 | 0 | 20 | 1 | 3E | 5F | 53 |
| Octal | 372 | 375 | 253 | 1 | 0 | 40 | 1 | 76 | 137 | 123 |
| Binary | 11111010 | 11111101 | 10101011 | 1 | 0 | 100000 | 1 | 111110 | 1011111 | 1010011 |
Color Harmonies of #FAFDAB
Complementary color
Monochromatic Colors of #FAFDAB
Black with #FAFDAB
Text Example
Text Example
White with #FAFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDAB; }
p { color: rgb(250,253,171); }
H1.HeaderClassName
{
color: #FAFDAB;
}
.AnyTagClassName
{
color: #FAFDAB;
}
</style>
background-color css
<style>
a { background-color: #FAFDAB; }
a { background-color: rgb(250,253,171); }
div.DivClassName
{
background-color: #FAFDAB;
}
.BgClassName
{
background-color: #FAFDAB;
}
</style>
border-color css
<style>
span { border-color: #FAFDAB; }
span { border-color: rgb(250,253,171); }
td.TdClassName
{
border-color: #FAFDAB;
}
.TagClassName
{
border-color: #FAFDAB;
}
</style>