Shades of Shalimar #FCFDAF
Tints of Shalimar #FCFDAF
RGB
CMYK
RGB Variations
Color information
#FCFDAF (or 0xFCFDAF) is known color: Shalimar. HEX triplet: FC, FD and AF. RGB value is (252,253,175). Sum of RGB (Red+Green+Blue) = 252+253+175=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 175 (68.75% from 255 or 25.74% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDAF is #030250. Grayscale: #F4F4F4. Windows color (decimal): -197201 or 11533820. OLE color: 11533820.
HSL color Cylindrical-coordinate representation of color #FCFDAF: hue angle of 60.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCFDAF is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 175 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.01 |
| HSL | 60.77º | 0.95% | 0.84% | - |
| HSV(B) | 60.77º | 0.31% | 0.99% | - |
| XYZ | 83.01 | 94.04 | 54.33 | - |
| YUV | 243.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 175 | 0.00 | 0 | 0.31 | 0.01 | 60.77 | 0.95 | 0.84 |
| Hex | FC | FD | AF | 0 | 0 | 1F | 1 | 3D | 5F | 54 |
| Octal | 374 | 375 | 257 | 0 | 0 | 37 | 1 | 75 | 137 | 124 |
| Binary | 11111100 | 11111101 | 10101111 | 0 | 0 | 11111 | 1 | 111101 | 1011111 | 1010100 |
Color Harmonies of #FCFDAF
Complementary color
Monochromatic Colors of #FCFDAF
Black with #FCFDAF
Text Example
Text Example
White with #FCFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDAF; }
p { color: rgb(252,253,175); }
H1.HeaderClassName
{
color: #FCFDAF;
}
.AnyTagClassName
{
color: #FCFDAF;
}
</style>
background-color css
<style>
a { background-color: #FCFDAF; }
a { background-color: rgb(252,253,175); }
div.DivClassName
{
background-color: #FCFDAF;
}
.BgClassName
{
background-color: #FCFDAF;
}
</style>
border-color css
<style>
span { border-color: #FCFDAF; }
span { border-color: rgb(252,253,175); }
td.TdClassName
{
border-color: #FCFDAF;
}
.TagClassName
{
border-color: #FCFDAF;
}
</style>