Shades of Ivory #FBFCED
Tints of Ivory #FBFCED
RGB
CMYK
RGB Variations
Color information
#FBFCED (or 0xFBFCED) is known color: Ivory. HEX triplet: FB, FC and ED. RGB value is (251,252,237). Sum of RGB (Red+Green+Blue) = 251+252+237=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 237 (92.97% from 255 or 32.03% from 740); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCED is #040312. Grayscale: #FAFAFA. Windows color (decimal): -262931 or 15596795. OLE color: 15596795.
HSL color Cylindrical-coordinate representation of color #FBFCED: hue angle of 64º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFCED is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 252 | 237 | - |
CMYK | 0.00 | 0 | 0.06 | 0.01 |
HSL | 64º | 0.71% | 0.96% | - |
HSV(B) | 64º | 0.06% | 0.99% | - |
XYZ | 89.88 | 96.24 | 93.96 | - |
YUV | 249.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 252 | 237 | 0.00 | 0 | 0.06 | 0.01 | 64 | 0.71 | 0.96 |
Hex | FB | FC | ED | 0 | 0 | 6 | 1 | 40 | 47 | 60 |
Octal | 373 | 374 | 355 | 0 | 0 | 6 | 1 | 100 | 107 | 140 |
Binary | 11111011 | 11111100 | 11101101 | 0 | 0 | 110 | 1 | 1000000 | 1000111 | 1100000 |
Color Harmonies of #FBFCED
Complementary color
Monochromatic Colors of #FBFCED
Black with #FBFCED
Text Example
Text Example
White with #FBFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCED; }
p { color: rgb(251,252,237); }
H1.HeaderClassName
{
color: #FBFCED;
}
.AnyTagClassName
{
color: #FBFCED;
}
</style>
background-color css
<style>
a { background-color: #FBFCED; }
a { background-color: rgb(251,252,237); }
div.DivClassName
{
background-color: #FBFCED;
}
.BgClassName
{
background-color: #FBFCED;
}
</style>
border-color css
<style>
span { border-color: #FBFCED; }
span { border-color: rgb(251,252,237); }
td.TdClassName
{
border-color: #FBFCED;
}
.TagClassName
{
border-color: #FBFCED;
}
</style>