Shades of Shalimar #FCFFAC
Tints of Shalimar #FCFFAC
RGB
CMYK
RGB Variations
Color information
#FCFFAC (or 0xFCFFAC) is known color: Shalimar. HEX triplet: FC, FF and AC. RGB value is (252,255,172). Sum of RGB (Red+Green+Blue) = 252+255+172=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 172 (67.58% from 255 or 25.33% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAC is #030053. Grayscale: #F4F4F4. Windows color (decimal): -196692 or 11337724. OLE color: 11337724.
HSL color Cylindrical-coordinate representation of color #FCFFAC: hue angle of 62.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCFFAC is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 172 | - |
CMYK | 0.01 | 0 | 0.33 | 0 |
HSL | 62.17º | 1% | 0.84% | - |
HSV(B) | 62.17º | 0.33% | 1% | - |
XYZ | 83.35 | 95.19 | 53.01 | - |
YUV | 244.64 | 87.01 | 133.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 172 | 0.01 | 0 | 0.33 | 0 | 62.17 | 1 | 0.84 |
Hex | FC | FF | AC | 1 | 0 | 21 | 0 | 3E | 64 | 54 |
Octal | 374 | 377 | 254 | 1 | 0 | 41 | 0 | 76 | 144 | 124 |
Binary | 11111100 | 11111111 | 10101100 | 1 | 0 | 100001 | 0 | 111110 | 1100100 | 1010100 |
Color Harmonies of #FCFFAC
Complementary color
Monochromatic Colors of #FCFFAC
Black with #FCFFAC
Text Example
Text Example
White with #FCFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFAC; }
p { color: rgb(252,255,172); }
H1.HeaderClassName
{
color: #FCFFAC;
}
.AnyTagClassName
{
color: #FCFFAC;
}
</style>
background-color css
<style>
a { background-color: #FCFFAC; }
a { background-color: rgb(252,255,172); }
div.DivClassName
{
background-color: #FCFFAC;
}
.BgClassName
{
background-color: #FCFFAC;
}
</style>
border-color css
<style>
span { border-color: #FCFFAC; }
span { border-color: rgb(252,255,172); }
td.TdClassName
{
border-color: #FCFFAC;
}
.TagClassName
{
border-color: #FCFFAC;
}
</style>