Shades of Shalimar #FFFCAC
Tints of Shalimar #FFFCAC
RGB
CMYK
RGB Variations
Color information
#FFFCAC (or 0xFFFCAC) is known color: Shalimar. HEX triplet: FF, FC and AC. RGB value is (255,252,172). Sum of RGB (Red+Green+Blue) = 255+252+172=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 172 (67.58% from 255 or 25.33% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCAC is #000353. Grayscale: #F4F4F4. Windows color (decimal): -852 or 11336959. OLE color: 11336959.
HSL color Cylindrical-coordinate representation of color #FFFCAC: hue angle of 57.83º 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 #FFFCAC is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 172 | - |
CMYK | 0 | 0.01 | 0.33 | 0 |
HSL | 57.83º | 1% | 0.84% | - |
HSV(B) | 57.83º | 0.33% | 1% | - |
XYZ | 83.5 | 93.86 | 52.75 | - |
YUV | 243.78 | 87.49 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 172 | 0 | 0.01 | 0.33 | 0 | 57.83 | 1 | 0.84 |
Hex | FF | FC | AC | 0 | 1 | 21 | 0 | 3A | 64 | 54 |
Octal | 377 | 374 | 254 | 0 | 1 | 41 | 0 | 72 | 144 | 124 |
Binary | 11111111 | 11111100 | 10101100 | 0 | 1 | 100001 | 0 | 111010 | 1100100 | 1010100 |
Color Harmonies of #FFFCAC
Complementary color
Monochromatic Colors of #FFFCAC
Black with #FFFCAC
Text Example
Text Example
White with #FFFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCAC; }
p { color: rgb(255,252,172); }
H1.HeaderClassName
{
color: #FFFCAC;
}
.AnyTagClassName
{
color: #FFFCAC;
}
</style>
background-color css
<style>
a { background-color: #FFFCAC; }
a { background-color: rgb(255,252,172); }
div.DivClassName
{
background-color: #FFFCAC;
}
.BgClassName
{
background-color: #FFFCAC;
}
</style>
border-color css
<style>
span { border-color: #FFFCAC; }
span { border-color: rgb(255,252,172); }
td.TdClassName
{
border-color: #FFFCAC;
}
.TagClassName
{
border-color: #FFFCAC;
}
</style>