Shades of Ivory #FAFBEC
Tints of Ivory #FAFBEC
RGB
CMYK
RGB Variations
Color information
#FAFBEC (or 0xFAFBEC) is known color: Ivory. HEX triplet: FA, FB and EC. RGB value is (250,251,236). Sum of RGB (Red+Green+Blue) = 250+251+236=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBEC is #050413. Grayscale: #F9F9F9. Windows color (decimal): -328724 or 15531002. OLE color: 15531002.
HSL color Cylindrical-coordinate representation of color #FAFBEC: hue angle of 64º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAFBEC is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 236 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.02 |
| HSL | 64º | 0.65% | 0.95% | - |
| HSV(B) | 64º | 0.06% | 0.98% | - |
| XYZ | 89.06 | 95.37 | 93.07 | - |
| YUV | 248.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 236 | 0.00 | 0 | 0.06 | 0.02 | 64 | 0.65 | 0.95 |
| Hex | FA | FB | EC | 0 | 0 | 6 | 2 | 40 | 41 | 5F |
| Octal | 372 | 373 | 354 | 0 | 0 | 6 | 2 | 100 | 101 | 137 |
| Binary | 11111010 | 11111011 | 11101100 | 0 | 0 | 110 | 10 | 1000000 | 1000001 | 1011111 |
Color Harmonies of #FAFBEC
Complementary color
Monochromatic Colors of #FAFBEC
Black with #FAFBEC
Text Example
Text Example
White with #FAFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBEC; }
p { color: rgb(250,251,236); }
H1.HeaderClassName
{
color: #FAFBEC;
}
.AnyTagClassName
{
color: #FAFBEC;
}
</style>
background-color css
<style>
a { background-color: #FAFBEC; }
a { background-color: rgb(250,251,236); }
div.DivClassName
{
background-color: #FAFBEC;
}
.BgClassName
{
background-color: #FAFBEC;
}
</style>
border-color css
<style>
span { border-color: #FAFBEC; }
span { border-color: rgb(250,251,236); }
td.TdClassName
{
border-color: #FAFBEC;
}
.TagClassName
{
border-color: #FAFBEC;
}
</style>