Shades of Ivory #FCFBF2
Tints of Ivory #FCFBF2
RGB
CMYK
RGB Variations
Color information
#FCFBF2 (or 0xFCFBF2) is known color: Ivory. HEX triplet: FC, FB and F2. RGB value is (252,251,242). Sum of RGB (Red+Green+Blue) = 252+251+242=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 251 (98.44% from 255 or 33.69% from 745); Blue value is 242 (94.92% from 255 or 32.48% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF2 is #03040D. Grayscale: #FAFAFA. Windows color (decimal): -197646 or 15924220. OLE color: 15924220.
HSL color Cylindrical-coordinate representation of color #FCFBF2: hue angle of 54º degrees, saturation: 0.62, 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 #FCFBF2 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 242 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.01 |
| HSL | 54º | 0.63% | 0.97% | - |
| HSV(B) | 54º | 0.04% | 0.99% | - |
| XYZ | 90.67 | 96.1 | 97.77 | - |
| YUV | 250.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 242 | 0 | 0.00 | 0.04 | 0.01 | 54 | 0.63 | 0.97 |
| Hex | FC | FB | F2 | 0 | 0 | 4 | 1 | 36 | 3E | 61 |
| Octal | 374 | 373 | 362 | 0 | 0 | 4 | 1 | 66 | 76 | 141 |
| Binary | 11111100 | 11111011 | 11110010 | 0 | 0 | 100 | 1 | 110110 | 111110 | 1100001 |
Color Harmonies of #FCFBF2
Complementary color
Monochromatic Colors of #FCFBF2
Black with #FCFBF2
Text Example
Text Example
White with #FCFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBF2; }
p { color: rgb(252,251,242); }
H1.HeaderClassName
{
color: #FCFBF2;
}
.AnyTagClassName
{
color: #FCFBF2;
}
</style>
background-color css
<style>
a { background-color: #FCFBF2; }
a { background-color: rgb(252,251,242); }
div.DivClassName
{
background-color: #FCFBF2;
}
.BgClassName
{
background-color: #FCFBF2;
}
</style>
border-color css
<style>
span { border-color: #FCFBF2; }
span { border-color: rgb(252,251,242); }
td.TdClassName
{
border-color: #FCFBF2;
}
.TagClassName
{
border-color: #FCFBF2;
}
</style>