Shades of Ivory #FBFAF2
Tints of Ivory #FBFAF2
RGB
CMYK
RGB Variations
Color information
#FBFAF2 (or 0xFBFAF2) is known color: Ivory. HEX triplet: FB, FA and F2. RGB value is (251,250,242). Sum of RGB (Red+Green+Blue) = 251+250+242=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF2 is #04050D. Grayscale: #F9F9F9. Windows color (decimal): -263438 or 15923963. OLE color: 15923963.
HSL color Cylindrical-coordinate representation of color #FBFAF2: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBFAF2 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 250 | 242 | - |
CMYK | 0 | 0.00 | 0.04 | 0.02 |
HSL | 53.33º | 0.53% | 0.97% | - |
HSV(B) | 53.33º | 0.04% | 0.98% | - |
XYZ | 90 | 95.29 | 97.65 | - |
YUV | 249.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 250 | 242 | 0 | 0.00 | 0.04 | 0.02 | 53.33 | 0.53 | 0.97 |
Hex | FB | FA | F2 | 0 | 0 | 4 | 2 | 35 | 35 | 61 |
Octal | 373 | 372 | 362 | 0 | 0 | 4 | 2 | 65 | 65 | 141 |
Binary | 11111011 | 11111010 | 11110010 | 0 | 0 | 100 | 10 | 110101 | 110101 | 1100001 |
Color Harmonies of #FBFAF2
Complementary color
Monochromatic Colors of #FBFAF2
Black with #FBFAF2
Text Example
Text Example
White with #FBFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAF2; }
p { color: rgb(251,250,242); }
H1.HeaderClassName
{
color: #FBFAF2;
}
.AnyTagClassName
{
color: #FBFAF2;
}
</style>
background-color css
<style>
a { background-color: #FBFAF2; }
a { background-color: rgb(251,250,242); }
div.DivClassName
{
background-color: #FBFAF2;
}
.BgClassName
{
background-color: #FBFAF2;
}
</style>
border-color css
<style>
span { border-color: #FBFAF2; }
span { border-color: rgb(251,250,242); }
td.TdClassName
{
border-color: #FBFAF2;
}
.TagClassName
{
border-color: #FBFAF2;
}
</style>