Shades of Shalimar #FCFDB1
Tints of Shalimar #FCFDB1
RGB
CMYK
RGB Variations
Color information
#FCFDB1 (or 0xFCFDB1) is known color: Shalimar. HEX triplet: FC, FD and B1. RGB value is (252,253,177). Sum of RGB (Red+Green+Blue) = 252+253+177=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 177 (69.53% from 255 or 25.95% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDB1 is #03024E. Grayscale: #F4F4F4. Windows color (decimal): -197199 or 11664892. OLE color: 11664892.
HSL color Cylindrical-coordinate representation of color #FCFDB1: hue angle of 60.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCFDB1 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 177 | - |
CMYK | 0.00 | 0 | 0.30 | 0.01 |
HSL | 60.79º | 0.95% | 0.84% | - |
HSV(B) | 60.79º | 0.3% | 0.99% | - |
XYZ | 83.21 | 94.12 | 55.38 | - |
YUV | 244.04 | 90.17 | 133.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 177 | 0.00 | 0 | 0.30 | 0.01 | 60.79 | 0.95 | 0.84 |
Hex | FC | FD | B1 | 0 | 0 | 1E | 1 | 3D | 5F | 54 |
Octal | 374 | 375 | 261 | 0 | 0 | 36 | 1 | 75 | 137 | 124 |
Binary | 11111100 | 11111101 | 10110001 | 0 | 0 | 11110 | 1 | 111101 | 1011111 | 1010100 |
Color Harmonies of #FCFDB1
Complementary color
Monochromatic Colors of #FCFDB1
Black with #FCFDB1
Text Example
Text Example
White with #FCFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDB1; }
p { color: rgb(252,253,177); }
H1.HeaderClassName
{
color: #FCFDB1;
}
.AnyTagClassName
{
color: #FCFDB1;
}
</style>
background-color css
<style>
a { background-color: #FCFDB1; }
a { background-color: rgb(252,253,177); }
div.DivClassName
{
background-color: #FCFDB1;
}
.BgClassName
{
background-color: #FCFDB1;
}
</style>
border-color css
<style>
span { border-color: #FCFDB1; }
span { border-color: rgb(252,253,177); }
td.TdClassName
{
border-color: #FCFDB1;
}
.TagClassName
{
border-color: #FCFDB1;
}
</style>