Shades of Shalimar #FCFBAE
Tints of Shalimar #FCFBAE
RGB
CMYK
RGB Variations
Color information
#FCFBAE (or 0xFCFBAE) is known color: Shalimar. HEX triplet: FC, FB and AE. RGB value is (252,251,174). Sum of RGB (Red+Green+Blue) = 252+251+174=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBAE is #030451. Grayscale: #F2F2F2. Windows color (decimal): -197714 or 11467772. OLE color: 11467772.
HSL color Cylindrical-coordinate representation of color #FCFBAE: hue angle of 59.23º degrees, saturation: 0.93, 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 #FCFBAE is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 174 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.01 |
| HSL | 59.23º | 0.93% | 0.84% | - |
| HSV(B) | 59.23º | 0.31% | 0.99% | - |
| XYZ | 82.28 | 92.75 | 53.61 | - |
| YUV | 242.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 174 | 0 | 0.00 | 0.31 | 0.01 | 59.23 | 0.93 | 0.84 |
| Hex | FC | FB | AE | 0 | 0 | 1F | 1 | 3B | 5D | 54 |
| Octal | 374 | 373 | 256 | 0 | 0 | 37 | 1 | 73 | 135 | 124 |
| Binary | 11111100 | 11111011 | 10101110 | 0 | 0 | 11111 | 1 | 111011 | 1011101 | 1010100 |
Color Harmonies of #FCFBAE
Complementary color
Monochromatic Colors of #FCFBAE
Black with #FCFBAE
Text Example
Text Example
White with #FCFBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBAE; }
p { color: rgb(252,251,174); }
H1.HeaderClassName
{
color: #FCFBAE;
}
.AnyTagClassName
{
color: #FCFBAE;
}
</style>
background-color css
<style>
a { background-color: #FCFBAE; }
a { background-color: rgb(252,251,174); }
div.DivClassName
{
background-color: #FCFBAE;
}
.BgClassName
{
background-color: #FCFBAE;
}
</style>
border-color css
<style>
span { border-color: #FCFBAE; }
span { border-color: rgb(252,251,174); }
td.TdClassName
{
border-color: #FCFBAE;
}
.TagClassName
{
border-color: #FCFBAE;
}
</style>