Shades of Shalimar #FAFDAC
Tints of Shalimar #FAFDAC
RGB
CMYK
RGB Variations
Color information
#FAFDAC (or 0xFAFDAC) is known color: Shalimar. HEX triplet: FA, FD and AC. RGB value is (250,253,172). Sum of RGB (Red+Green+Blue) = 250+253+172=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDAC is #050253. Grayscale: #F3F3F3. Windows color (decimal): -328276 or 11337210. OLE color: 11337210.
HSL color Cylindrical-coordinate representation of color #FAFDAC: hue angle of 62.22º 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 #FAFDAC is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 172 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.01 |
| HSL | 62.22º | 0.95% | 0.83% | - |
| HSV(B) | 62.22º | 0.32% | 0.99% | - |
| XYZ | 82 | 93.55 | 52.77 | - |
| YUV | 242.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 172 | 0.01 | 0 | 0.32 | 0.01 | 62.22 | 0.95 | 0.83 |
| Hex | FA | FD | AC | 1 | 0 | 20 | 1 | 3E | 5F | 53 |
| Octal | 372 | 375 | 254 | 1 | 0 | 40 | 1 | 76 | 137 | 123 |
| Binary | 11111010 | 11111101 | 10101100 | 1 | 0 | 100000 | 1 | 111110 | 1011111 | 1010011 |
Color Harmonies of #FAFDAC
Complementary color
Monochromatic Colors of #FAFDAC
Black with #FAFDAC
Text Example
Text Example
White with #FAFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDAC; }
p { color: rgb(250,253,172); }
H1.HeaderClassName
{
color: #FAFDAC;
}
.AnyTagClassName
{
color: #FAFDAC;
}
</style>
background-color css
<style>
a { background-color: #FAFDAC; }
a { background-color: rgb(250,253,172); }
div.DivClassName
{
background-color: #FAFDAC;
}
.BgClassName
{
background-color: #FAFDAC;
}
</style>
border-color css
<style>
span { border-color: #FAFDAC; }
span { border-color: rgb(250,253,172); }
td.TdClassName
{
border-color: #FAFDAC;
}
.TagClassName
{
border-color: #FAFDAC;
}
</style>