Shades of Ivory #FCFBF0
Tints of Ivory #FCFBF0
RGB
CMYK
RGB Variations
Color information
#FCFBF0 (or 0xFCFBF0) is known color: Ivory. HEX triplet: FC, FB and F0. RGB value is (252,251,240). Sum of RGB (Red+Green+Blue) = 252+251+240=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 240 (94.14% from 255 or 32.30% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF0 is #03040F. Grayscale: #FAFAFA. Windows color (decimal): -197648 or 15793148. OLE color: 15793148.
HSL color Cylindrical-coordinate representation of color #FCFBF0: hue angle of 55º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCFBF0 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 240 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.01 |
| HSL | 55º | 0.67% | 0.96% | - |
| HSV(B) | 55º | 0.05% | 0.99% | - |
| XYZ | 90.37 | 95.98 | 96.2 | - |
| YUV | 250.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 240 | 0 | 0.00 | 0.05 | 0.01 | 55 | 0.67 | 0.96 |
| Hex | FC | FB | F0 | 0 | 0 | 5 | 1 | 37 | 43 | 60 |
| Octal | 374 | 373 | 360 | 0 | 0 | 5 | 1 | 67 | 103 | 140 |
| Binary | 11111100 | 11111011 | 11110000 | 0 | 0 | 101 | 1 | 110111 | 1000011 | 1100000 |
Color Harmonies of #FCFBF0
Complementary color
Monochromatic Colors of #FCFBF0
Black with #FCFBF0
Text Example
Text Example
White with #FCFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBF0; }
p { color: rgb(252,251,240); }
H1.HeaderClassName
{
color: #FCFBF0;
}
.AnyTagClassName
{
color: #FCFBF0;
}
</style>
background-color css
<style>
a { background-color: #FCFBF0; }
a { background-color: rgb(252,251,240); }
div.DivClassName
{
background-color: #FCFBF0;
}
.BgClassName
{
background-color: #FCFBF0;
}
</style>
border-color css
<style>
span { border-color: #FCFBF0; }
span { border-color: rgb(252,251,240); }
td.TdClassName
{
border-color: #FCFBF0;
}
.TagClassName
{
border-color: #FCFBF0;
}
</style>