Shades of Shalimar #FAFDA6
Tints of Shalimar #FAFDA6
RGB
CMYK
RGB Variations
Color information
#FAFDA6 (or 0xFAFDA6) is known color: Shalimar. HEX triplet: FA, FD and A6. RGB value is (250,253,166). Sum of RGB (Red+Green+Blue) = 250+253+166=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 166 (65.23% from 255 or 24.81% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDA6 is #050259. Grayscale: #F2F2F2. Windows color (decimal): -328282 or 10943994. OLE color: 10943994.
HSL color Cylindrical-coordinate representation of color #FAFDA6: hue angle of 62.07º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAFDA6 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 166 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.01 |
| HSL | 62.07º | 0.96% | 0.82% | - |
| HSV(B) | 62.07º | 0.34% | 0.99% | - |
| XYZ | 81.43 | 93.33 | 49.8 | - |
| YUV | 242.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 166 | 0.01 | 0 | 0.34 | 0.01 | 62.07 | 0.96 | 0.82 |
| Hex | FA | FD | A6 | 1 | 0 | 22 | 1 | 3E | 60 | 52 |
| Octal | 372 | 375 | 246 | 1 | 0 | 42 | 1 | 76 | 140 | 122 |
| Binary | 11111010 | 11111101 | 10100110 | 1 | 0 | 100010 | 1 | 111110 | 1100000 | 1010010 |
Color Harmonies of #FAFDA6
Complementary color
Monochromatic Colors of #FAFDA6
Black with #FAFDA6
Text Example
Text Example
White with #FAFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDA6; }
p { color: rgb(250,253,166); }
H1.HeaderClassName
{
color: #FAFDA6;
}
.AnyTagClassName
{
color: #FAFDA6;
}
</style>
background-color css
<style>
a { background-color: #FAFDA6; }
a { background-color: rgb(250,253,166); }
div.DivClassName
{
background-color: #FAFDA6;
}
.BgClassName
{
background-color: #FAFDA6;
}
</style>
border-color css
<style>
span { border-color: #FAFDA6; }
span { border-color: rgb(250,253,166); }
td.TdClassName
{
border-color: #FAFDA6;
}
.TagClassName
{
border-color: #FAFDA6;
}
</style>