Shades of Shalimar #FCFDA4
Tints of Shalimar #FCFDA4
RGB
CMYK
RGB Variations
Color information
#FCFDA4 (or 0xFCFDA4) is known color: Shalimar. HEX triplet: FC, FD and A4. RGB value is (252,253,164). Sum of RGB (Red+Green+Blue) = 252+253+164=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 164 (64.45% from 255 or 24.51% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA4 is #03025B. Grayscale: #F2F2F2. Windows color (decimal): -197212 or 10812924. OLE color: 10812924.
HSL color Cylindrical-coordinate representation of color #FCFDA4: 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.35%. Process color model (Four color, CMYK) of #FCFDA4 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 164 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.01 |
| HSL | 60.67º | 0.96% | 0.82% | - |
| HSV(B) | 60.67º | 0.35% | 0.99% | - |
| XYZ | 81.97 | 93.63 | 48.87 | - |
| YUV | 242.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 164 | 0.00 | 0 | 0.35 | 0.01 | 60.67 | 0.96 | 0.82 |
| Hex | FC | FD | A4 | 0 | 0 | 23 | 1 | 3D | 60 | 52 |
| Octal | 374 | 375 | 244 | 0 | 0 | 43 | 1 | 75 | 140 | 122 |
| Binary | 11111100 | 11111101 | 10100100 | 0 | 0 | 100011 | 1 | 111101 | 1100000 | 1010010 |
Color Harmonies of #FCFDA4
Complementary color
Monochromatic Colors of #FCFDA4
Black with #FCFDA4
Text Example
Text Example
White with #FCFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDA4; }
p { color: rgb(252,253,164); }
H1.HeaderClassName
{
color: #FCFDA4;
}
.AnyTagClassName
{
color: #FCFDA4;
}
</style>
background-color css
<style>
a { background-color: #FCFDA4; }
a { background-color: rgb(252,253,164); }
div.DivClassName
{
background-color: #FCFDA4;
}
.BgClassName
{
background-color: #FCFDA4;
}
</style>
border-color css
<style>
span { border-color: #FCFDA4; }
span { border-color: rgb(252,253,164); }
td.TdClassName
{
border-color: #FCFDA4;
}
.TagClassName
{
border-color: #FCFDA4;
}
</style>