Shades of Ivory #FCFBE9
Tints of Ivory #FCFBE9
RGB
CMYK
RGB Variations
Color information
#FCFBE9 (or 0xFCFBE9) is known color: Ivory. HEX triplet: FC, FB and E9. RGB value is (252,251,233). Sum of RGB (Red+Green+Blue) = 252+251+233=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 233 (91.41% from 255 or 31.66% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBE9 is #030416. Grayscale: #F9F9F9. Windows color (decimal): -197655 or 15334396. OLE color: 15334396.
HSL color Cylindrical-coordinate representation of color #FCFBE9: hue angle of 56.84º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCFBE9 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 233 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.01 |
| HSL | 56.84º | 0.76% | 0.95% | - |
| HSV(B) | 56.84º | 0.08% | 0.99% | - |
| XYZ | 89.35 | 95.57 | 90.83 | - |
| YUV | 249.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 233 | 0 | 0.00 | 0.08 | 0.01 | 56.84 | 0.76 | 0.95 |
| Hex | FC | FB | E9 | 0 | 0 | 8 | 1 | 39 | 4C | 5F |
| Octal | 374 | 373 | 351 | 0 | 0 | 10 | 1 | 71 | 114 | 137 |
| Binary | 11111100 | 11111011 | 11101001 | 0 | 0 | 1000 | 1 | 111001 | 1001100 | 1011111 |
Color Harmonies of #FCFBE9
Complementary color
Monochromatic Colors of #FCFBE9
Black with #FCFBE9
Text Example
Text Example
White with #FCFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBE9; }
p { color: rgb(252,251,233); }
H1.HeaderClassName
{
color: #FCFBE9;
}
.AnyTagClassName
{
color: #FCFBE9;
}
</style>
background-color css
<style>
a { background-color: #FCFBE9; }
a { background-color: rgb(252,251,233); }
div.DivClassName
{
background-color: #FCFBE9;
}
.BgClassName
{
background-color: #FCFBE9;
}
</style>
border-color css
<style>
span { border-color: #FCFBE9; }
span { border-color: rgb(252,251,233); }
td.TdClassName
{
border-color: #FCFBE9;
}
.TagClassName
{
border-color: #FCFBE9;
}
</style>