Shades of Shalimar #FCEFAB
Tints of Shalimar #FCEFAB
RGB
CMYK
RGB Variations
Color information
#FCEFAB (or 0xFCEFAB) is known color: Shalimar. HEX triplet: FC, EF and AB. RGB value is (252,239,171). Sum of RGB (Red+Green+Blue) = 252+239+171=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFAB is #031054. Grayscale: #EBEBEB. Windows color (decimal): -200789 or 11268092. OLE color: 11268092.
HSL color Cylindrical-coordinate representation of color #FCEFAB: hue angle of 50.37º degrees, saturation: 0.93, 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 #FCEFAB is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 171 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.01 |
| HSL | 50.37º | 0.93% | 0.83% | - |
| HSV(B) | 50.37º | 0.32% | 0.99% | - |
| XYZ | 78.36 | 85.37 | 50.88 | - |
| YUV | 235.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 171 | 0 | 0.05 | 0.32 | 0.01 | 50.37 | 0.93 | 0.83 |
| Hex | FC | EF | AB | 0 | 5 | 20 | 1 | 32 | 5D | 53 |
| Octal | 374 | 357 | 253 | 0 | 5 | 40 | 1 | 62 | 135 | 123 |
| Binary | 11111100 | 11101111 | 10101011 | 0 | 101 | 100000 | 1 | 110010 | 1011101 | 1010011 |
Color Harmonies of #FCEFAB
Complementary color
Monochromatic Colors of #FCEFAB
Black with #FCEFAB
Text Example
Text Example
White with #FCEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFAB; }
p { color: rgb(252,239,171); }
H1.HeaderClassName
{
color: #FCEFAB;
}
.AnyTagClassName
{
color: #FCEFAB;
}
</style>
background-color css
<style>
a { background-color: #FCEFAB; }
a { background-color: rgb(252,239,171); }
div.DivClassName
{
background-color: #FCEFAB;
}
.BgClassName
{
background-color: #FCEFAB;
}
</style>
border-color css
<style>
span { border-color: #FCEFAB; }
span { border-color: rgb(252,239,171); }
td.TdClassName
{
border-color: #FCEFAB;
}
.TagClassName
{
border-color: #FCEFAB;
}
</style>