Shades of Ivory #FCFCF3
Tints of Ivory #FCFCF3
RGB
CMYK
RGB Variations
Color information
#FCFCF3 (or 0xFCFCF3) is known color: Ivory. HEX triplet: FC, FC and F3. RGB value is (252,252,243). Sum of RGB (Red+Green+Blue) = 252+252+243=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 243 (95.31% from 255 or 32.53% from 747); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF3 is #03030C. Grayscale: #FBFBFB. Windows color (decimal): -197389 or 15990012. OLE color: 15990012.
HSL color Cylindrical-coordinate representation of color #FCFCF3: hue angle of 60º degrees, saturation: 0.6, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCFCF3 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 243 | - |
| CMYK | 0 | 0 | 0.04 | 0.01 |
| HSL | 60º | 0.6% | 0.97% | - |
| HSV(B) | 60º | 0.04% | 0.99% | - |
| XYZ | 91.13 | 96.79 | 98.67 | - |
| YUV | 250.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 243 | 0 | 0 | 0.04 | 0.01 | 60 | 0.6 | 0.97 |
| Hex | FC | FC | F3 | 0 | 0 | 4 | 1 | 3C | 3C | 61 |
| Octal | 374 | 374 | 363 | 0 | 0 | 4 | 1 | 74 | 74 | 141 |
| Binary | 11111100 | 11111100 | 11110011 | 0 | 0 | 100 | 1 | 111100 | 111100 | 1100001 |
Color Harmonies of #FCFCF3
Complementary color
Monochromatic Colors of #FCFCF3
Black with #FCFCF3
Text Example
Text Example
White with #FCFCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCF3; }
p { color: rgb(252,252,243); }
H1.HeaderClassName
{
color: #FCFCF3;
}
.AnyTagClassName
{
color: #FCFCF3;
}
</style>
background-color css
<style>
a { background-color: #FCFCF3; }
a { background-color: rgb(252,252,243); }
div.DivClassName
{
background-color: #FCFCF3;
}
.BgClassName
{
background-color: #FCFCF3;
}
</style>
border-color css
<style>
span { border-color: #FCFCF3; }
span { border-color: rgb(252,252,243); }
td.TdClassName
{
border-color: #FCFCF3;
}
.TagClassName
{
border-color: #FCFCF3;
}
</style>