Shades of Ivory #FAFBEF
Tints of Ivory #FAFBEF
RGB
CMYK
RGB Variations
Color information
#FAFBEF (or 0xFAFBEF) is known color: Ivory. HEX triplet: FA, FB and EF. RGB value is (250,251,239). Sum of RGB (Red+Green+Blue) = 250+251+239=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 239 (93.75% from 255 or 32.30% from 740); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBEF is #050410. Grayscale: #F9F9F9. Windows color (decimal): -328721 or 15727610. OLE color: 15727610.
HSL color Cylindrical-coordinate representation of color #FAFBEF: hue angle of 65º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAFBEF is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 239 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.02 |
| HSL | 65º | 0.6% | 0.96% | - |
| HSV(B) | 65º | 0.05% | 0.98% | - |
| XYZ | 89.5 | 95.55 | 95.39 | - |
| YUV | 249.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 239 | 0.00 | 0 | 0.05 | 0.02 | 65 | 0.6 | 0.96 |
| Hex | FA | FB | EF | 0 | 0 | 5 | 2 | 41 | 3C | 60 |
| Octal | 372 | 373 | 357 | 0 | 0 | 5 | 2 | 101 | 74 | 140 |
| Binary | 11111010 | 11111011 | 11101111 | 0 | 0 | 101 | 10 | 1000001 | 111100 | 1100000 |
Color Harmonies of #FAFBEF
Complementary color
Monochromatic Colors of #FAFBEF
Black with #FAFBEF
Text Example
Text Example
White with #FAFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBEF; }
p { color: rgb(250,251,239); }
H1.HeaderClassName
{
color: #FAFBEF;
}
.AnyTagClassName
{
color: #FAFBEF;
}
</style>
background-color css
<style>
a { background-color: #FAFBEF; }
a { background-color: rgb(250,251,239); }
div.DivClassName
{
background-color: #FAFBEF;
}
.BgClassName
{
background-color: #FAFBEF;
}
</style>
border-color css
<style>
span { border-color: #FAFBEF; }
span { border-color: rgb(250,251,239); }
td.TdClassName
{
border-color: #FAFBEF;
}
.TagClassName
{
border-color: #FAFBEF;
}
</style>