Shades of Shalimar #FCFDB4
Tints of Shalimar #FCFDB4
RGB
CMYK
RGB Variations
Color information
#FCFDB4 (or 0xFCFDB4) is known color: Shalimar. HEX triplet: FC, FD and B4. RGB value is (252,253,180). Sum of RGB (Red+Green+Blue) = 252+253+180=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB4 is #03024B. Grayscale: #F4F4F4. Windows color (decimal): -197196 or 11861500. OLE color: 11861500.
HSL color Cylindrical-coordinate representation of color #FCFDB4: hue angle of 60.82º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCFDB4 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 180 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.01 |
| HSL | 60.82º | 0.95% | 0.85% | - |
| HSV(B) | 60.82º | 0.29% | 0.99% | - |
| XYZ | 83.51 | 94.24 | 56.97 | - |
| YUV | 244.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 180 | 0.00 | 0 | 0.29 | 0.01 | 60.82 | 0.95 | 0.85 |
| Hex | FC | FD | B4 | 0 | 0 | 1D | 1 | 3D | 5F | 55 |
| Octal | 374 | 375 | 264 | 0 | 0 | 35 | 1 | 75 | 137 | 125 |
| Binary | 11111100 | 11111101 | 10110100 | 0 | 0 | 11101 | 1 | 111101 | 1011111 | 1010101 |
Color Harmonies of #FCFDB4
Complementary color
Monochromatic Colors of #FCFDB4
Black with #FCFDB4
Text Example
Text Example
White with #FCFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDB4; }
p { color: rgb(252,253,180); }
H1.HeaderClassName
{
color: #FCFDB4;
}
.AnyTagClassName
{
color: #FCFDB4;
}
</style>
background-color css
<style>
a { background-color: #FCFDB4; }
a { background-color: rgb(252,253,180); }
div.DivClassName
{
background-color: #FCFDB4;
}
.BgClassName
{
background-color: #FCFDB4;
}
</style>
border-color css
<style>
span { border-color: #FCFDB4; }
span { border-color: rgb(252,253,180); }
td.TdClassName
{
border-color: #FCFDB4;
}
.TagClassName
{
border-color: #FCFDB4;
}
</style>