Shades of Shalimar #FCFDA3
Tints of Shalimar #FCFDA3
RGB
CMYK
RGB Variations
Color information
#FCFDA3 (or 0xFCFDA3) is known color: Shalimar. HEX triplet: FC, FD and A3. RGB value is (252,253,163). Sum of RGB (Red+Green+Blue) = 252+253+163=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 163 (64.06% from 255 or 24.40% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA3 is #03025C. Grayscale: #F2F2F2. Windows color (decimal): -197213 or 10747388. OLE color: 10747388.
HSL color Cylindrical-coordinate representation of color #FCFDA3: hue angle of 60.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCFDA3 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 163 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.01 |
| HSL | 60.67º | 0.96% | 0.82% | - |
| HSV(B) | 60.67º | 0.36% | 0.99% | - |
| XYZ | 81.88 | 93.59 | 48.4 | - |
| YUV | 242.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 163 | 0.00 | 0 | 0.36 | 0.01 | 60.67 | 0.96 | 0.82 |
| Hex | FC | FD | A3 | 0 | 0 | 24 | 1 | 3D | 60 | 52 |
| Octal | 374 | 375 | 243 | 0 | 0 | 44 | 1 | 75 | 140 | 122 |
| Binary | 11111100 | 11111101 | 10100011 | 0 | 0 | 100100 | 1 | 111101 | 1100000 | 1010010 |
Color Harmonies of #FCFDA3
Complementary color
Monochromatic Colors of #FCFDA3
Black with #FCFDA3
Text Example
Text Example
White with #FCFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDA3; }
p { color: rgb(252,253,163); }
H1.HeaderClassName
{
color: #FCFDA3;
}
.AnyTagClassName
{
color: #FCFDA3;
}
</style>
background-color css
<style>
a { background-color: #FCFDA3; }
a { background-color: rgb(252,253,163); }
div.DivClassName
{
background-color: #FCFDA3;
}
.BgClassName
{
background-color: #FCFDA3;
}
</style>
border-color css
<style>
span { border-color: #FCFDA3; }
span { border-color: rgb(252,253,163); }
td.TdClassName
{
border-color: #FCFDA3;
}
.TagClassName
{
border-color: #FCFDA3;
}
</style>