Shades of Ivory #FBFAED
Tints of Ivory #FBFAED
RGB
CMYK
RGB Variations
Color information
#FBFAED (or 0xFBFAED) is known color: Ivory. HEX triplet: FB, FA and ED. RGB value is (251,250,237). Sum of RGB (Red+Green+Blue) = 251+250+237=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAED is #040512. Grayscale: #F8F8F8. Windows color (decimal): -263443 or 15596283. OLE color: 15596283.
HSL color Cylindrical-coordinate representation of color #FBFAED: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFAED is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 250 | 237 | - |
CMYK | 0 | 0.00 | 0.06 | 0.02 |
HSL | 55.71º | 0.64% | 0.96% | - |
HSV(B) | 55.71º | 0.06% | 0.98% | - |
XYZ | 89.26 | 94.99 | 93.75 | - |
YUV | 248.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 250 | 237 | 0 | 0.00 | 0.06 | 0.02 | 55.71 | 0.64 | 0.96 |
Hex | FB | FA | ED | 0 | 0 | 6 | 2 | 38 | 40 | 60 |
Octal | 373 | 372 | 355 | 0 | 0 | 6 | 2 | 70 | 100 | 140 |
Binary | 11111011 | 11111010 | 11101101 | 0 | 0 | 110 | 10 | 111000 | 1000000 | 1100000 |
Color Harmonies of #FBFAED
Complementary color
Monochromatic Colors of #FBFAED
Black with #FBFAED
Text Example
Text Example
White with #FBFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAED; }
p { color: rgb(251,250,237); }
H1.HeaderClassName
{
color: #FBFAED;
}
.AnyTagClassName
{
color: #FBFAED;
}
</style>
background-color css
<style>
a { background-color: #FBFAED; }
a { background-color: rgb(251,250,237); }
div.DivClassName
{
background-color: #FBFAED;
}
.BgClassName
{
background-color: #FBFAED;
}
</style>
border-color css
<style>
span { border-color: #FBFAED; }
span { border-color: rgb(251,250,237); }
td.TdClassName
{
border-color: #FBFAED;
}
.TagClassName
{
border-color: #FBFAED;
}
</style>