Shades of Ivory #FBFAF4
Tints of Ivory #FBFAF4
RGB
CMYK
RGB Variations
Color information
#FBFAF4 (or 0xFBFAF4) is known color: Ivory. HEX triplet: FB, FA and F4. RGB value is (251,250,244). Sum of RGB (Red+Green+Blue) = 251+250+244=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 244 (95.70% from 255 or 32.75% from 745); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF4 is #04050B. Grayscale: #F9F9F9. Windows color (decimal): -263436 or 16055035. OLE color: 16055035.
HSL color Cylindrical-coordinate representation of color #FBFAF4: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBFAF4 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 250 | 244 | - |
CMYK | 0 | 0.00 | 0.03 | 0.02 |
HSL | 51.43º | 0.47% | 0.97% | - |
HSV(B) | 51.43º | 0.03% | 0.98% | - |
XYZ | 90.3 | 95.41 | 99.25 | - |
YUV | 249.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 250 | 244 | 0 | 0.00 | 0.03 | 0.02 | 51.43 | 0.47 | 0.97 |
Hex | FB | FA | F4 | 0 | 0 | 3 | 2 | 33 | 2F | 61 |
Octal | 373 | 372 | 364 | 0 | 0 | 3 | 2 | 63 | 57 | 141 |
Binary | 11111011 | 11111010 | 11110100 | 0 | 0 | 11 | 10 | 110011 | 101111 | 1100001 |
Color Harmonies of #FBFAF4
Complementary color
Monochromatic Colors of #FBFAF4
Black with #FBFAF4
Text Example
Text Example
White with #FBFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAF4; }
p { color: rgb(251,250,244); }
H1.HeaderClassName
{
color: #FBFAF4;
}
.AnyTagClassName
{
color: #FBFAF4;
}
</style>
background-color css
<style>
a { background-color: #FBFAF4; }
a { background-color: rgb(251,250,244); }
div.DivClassName
{
background-color: #FBFAF4;
}
.BgClassName
{
background-color: #FBFAF4;
}
</style>
border-color css
<style>
span { border-color: #FBFAF4; }
span { border-color: rgb(251,250,244); }
td.TdClassName
{
border-color: #FBFAF4;
}
.TagClassName
{
border-color: #FBFAF4;
}
</style>