Shades of Shalimar #FCFEAF
Tints of Shalimar #FCFEAF
RGB
CMYK
RGB Variations
Color information
#FCFEAF (or 0xFCFEAF) is known color: Shalimar. HEX triplet: FC, FE and AF. RGB value is (252,254,175). Sum of RGB (Red+Green+Blue) = 252+254+175=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 175 (68.75% from 255 or 25.70% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAF is #030150. Grayscale: #F4F4F4. Windows color (decimal): -196945 or 11534076. OLE color: 11534076.
HSL color Cylindrical-coordinate representation of color #FCFEAF: hue angle of 61.52º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCFEAF is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 175 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.00 |
| HSL | 61.52º | 0.98% | 0.84% | - |
| HSV(B) | 61.52º | 0.31% | 1% | - |
| XYZ | 83.32 | 94.67 | 54.44 | - |
| YUV | 244.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 175 | 0.01 | 0 | 0.31 | 0.00 | 61.52 | 0.98 | 0.84 |
| Hex | FC | FE | AF | 1 | 0 | 1F | 0 | 3E | 62 | 54 |
| Octal | 374 | 376 | 257 | 1 | 0 | 37 | 0 | 76 | 142 | 124 |
| Binary | 11111100 | 11111110 | 10101111 | 1 | 0 | 11111 | 0 | 111110 | 1100010 | 1010100 |
Color Harmonies of #FCFEAF
Complementary color
Monochromatic Colors of #FCFEAF
Black with #FCFEAF
Text Example
Text Example
White with #FCFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEAF; }
p { color: rgb(252,254,175); }
H1.HeaderClassName
{
color: #FCFEAF;
}
.AnyTagClassName
{
color: #FCFEAF;
}
</style>
background-color css
<style>
a { background-color: #FCFEAF; }
a { background-color: rgb(252,254,175); }
div.DivClassName
{
background-color: #FCFEAF;
}
.BgClassName
{
background-color: #FCFEAF;
}
</style>
border-color css
<style>
span { border-color: #FCFEAF; }
span { border-color: rgb(252,254,175); }
td.TdClassName
{
border-color: #FCFEAF;
}
.TagClassName
{
border-color: #FCFEAF;
}
</style>