Shades of Ivory #FBFCEB
Tints of Ivory #FBFCEB
RGB
CMYK
RGB Variations
Color information
#FBFCEB (or 0xFBFCEB) is known color: Ivory. HEX triplet: FB, FC and EB. RGB value is (251,252,235). Sum of RGB (Red+Green+Blue) = 251+252+235=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 235 (92.19% from 255 or 31.84% from 738); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCEB is #040314. Grayscale: #F9F9F9. Windows color (decimal): -262933 or 15465723. OLE color: 15465723.
HSL color Cylindrical-coordinate representation of color #FBFCEB: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBFCEB is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 252 | 235 | - |
CMYK | 0.00 | 0 | 0.07 | 0.01 |
HSL | 63.53º | 0.74% | 0.95% | - |
HSV(B) | 63.53º | 0.07% | 0.99% | - |
XYZ | 89.59 | 96.13 | 92.43 | - |
YUV | 249.76 | 119.67 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 252 | 235 | 0.00 | 0 | 0.07 | 0.01 | 63.53 | 0.74 | 0.95 |
Hex | FB | FC | EB | 0 | 0 | 7 | 1 | 40 | 4A | 5F |
Octal | 373 | 374 | 353 | 0 | 0 | 7 | 1 | 100 | 112 | 137 |
Binary | 11111011 | 11111100 | 11101011 | 0 | 0 | 111 | 1 | 1000000 | 1001010 | 1011111 |
Color Harmonies of #FBFCEB
Complementary color
Monochromatic Colors of #FBFCEB
Black with #FBFCEB
Text Example
Text Example
White with #FBFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCEB; }
p { color: rgb(251,252,235); }
H1.HeaderClassName
{
color: #FBFCEB;
}
.AnyTagClassName
{
color: #FBFCEB;
}
</style>
background-color css
<style>
a { background-color: #FBFCEB; }
a { background-color: rgb(251,252,235); }
div.DivClassName
{
background-color: #FBFCEB;
}
.BgClassName
{
background-color: #FBFCEB;
}
</style>
border-color css
<style>
span { border-color: #FBFCEB; }
span { border-color: rgb(251,252,235); }
td.TdClassName
{
border-color: #FBFCEB;
}
.TagClassName
{
border-color: #FBFCEB;
}
</style>