Shades of Shalimar #FCFDAC
Tints of Shalimar #FCFDAC
RGB
CMYK
RGB Variations
Color information
#FCFDAC (or 0xFCFDAC) is known color: Shalimar. HEX triplet: FC, FD and AC. RGB value is (252,253,172). Sum of RGB (Red+Green+Blue) = 252+253+172=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 172 (67.58% from 255 or 25.41% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDAC is #030253. Grayscale: #F3F3F3. Windows color (decimal): -197204 or 11337212. OLE color: 11337212.
HSL color Cylindrical-coordinate representation of color #FCFDAC: hue angle of 60.74º 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 #FCFDAC is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 172 | - |
CMYK | 0.00 | 0 | 0.32 | 0.01 |
HSL | 60.74º | 0.95% | 0.83% | - |
HSV(B) | 60.74º | 0.32% | 0.99% | - |
XYZ | 82.72 | 93.92 | 52.8 | - |
YUV | 243.47 | 87.67 | 134.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 172 | 0.00 | 0 | 0.32 | 0.01 | 60.74 | 0.95 | 0.83 |
Hex | FC | FD | AC | 0 | 0 | 20 | 1 | 3D | 5F | 53 |
Octal | 374 | 375 | 254 | 0 | 0 | 40 | 1 | 75 | 137 | 123 |
Binary | 11111100 | 11111101 | 10101100 | 0 | 0 | 100000 | 1 | 111101 | 1011111 | 1010011 |
Color Harmonies of #FCFDAC
Complementary color
Monochromatic Colors of #FCFDAC
Black with #FCFDAC
Text Example
Text Example
White with #FCFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDAC; }
p { color: rgb(252,253,172); }
H1.HeaderClassName
{
color: #FCFDAC;
}
.AnyTagClassName
{
color: #FCFDAC;
}
</style>
background-color css
<style>
a { background-color: #FCFDAC; }
a { background-color: rgb(252,253,172); }
div.DivClassName
{
background-color: #FCFDAC;
}
.BgClassName
{
background-color: #FCFDAC;
}
</style>
border-color css
<style>
span { border-color: #FCFDAC; }
span { border-color: rgb(252,253,172); }
td.TdClassName
{
border-color: #FCFDAC;
}
.TagClassName
{
border-color: #FCFDAC;
}
</style>