Shades of Ivory #FCFCF1
Tints of Ivory #FCFCF1
RGB
CMYK
RGB Variations
Color information
#FCFCF1 (or 0xFCFCF1) is known color: Ivory. HEX triplet: FC, FC and F1. RGB value is (252,252,241). Sum of RGB (Red+Green+Blue) = 252+252+241=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 241 (94.53% from 255 or 32.35% from 745); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF1 is #03030E. Grayscale: #FAFAFA. Windows color (decimal): -197391 or 15858940. OLE color: 15858940.
HSL color Cylindrical-coordinate representation of color #FCFCF1: hue angle of 60º degrees, saturation: 0.65, 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 #FCFCF1 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 241 | - |
CMYK | 0 | 0 | 0.04 | 0.01 |
HSL | 60º | 0.65% | 0.97% | - |
HSV(B) | 60º | 0.04% | 0.99% | - |
XYZ | 90.83 | 96.67 | 97.09 | - |
YUV | 250.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 241 | 0 | 0 | 0.04 | 0.01 | 60 | 0.65 | 0.97 |
Hex | FC | FC | F1 | 0 | 0 | 4 | 1 | 3C | 41 | 61 |
Octal | 374 | 374 | 361 | 0 | 0 | 4 | 1 | 74 | 101 | 141 |
Binary | 11111100 | 11111100 | 11110001 | 0 | 0 | 100 | 1 | 111100 | 1000001 | 1100001 |
Color Harmonies of #FCFCF1
Complementary color
Monochromatic Colors of #FCFCF1
Black with #FCFCF1
Text Example
Text Example
White with #FCFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCF1; }
p { color: rgb(252,252,241); }
H1.HeaderClassName
{
color: #FCFCF1;
}
.AnyTagClassName
{
color: #FCFCF1;
}
</style>
background-color css
<style>
a { background-color: #FCFCF1; }
a { background-color: rgb(252,252,241); }
div.DivClassName
{
background-color: #FCFCF1;
}
.BgClassName
{
background-color: #FCFCF1;
}
</style>
border-color css
<style>
span { border-color: #FCFCF1; }
span { border-color: rgb(252,252,241); }
td.TdClassName
{
border-color: #FCFCF1;
}
.TagClassName
{
border-color: #FCFCF1;
}
</style>