Shades of Ivory #FBF9ED
Tints of Ivory #FBF9ED
RGB
CMYK
RGB Variations
Color information
#FBF9ED (or 0xFBF9ED) is known color: Ivory. HEX triplet: FB, F9 and ED. RGB value is (251,249,237). Sum of RGB (Red+Green+Blue) = 251+249+237=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9ED is #040612. Grayscale: #F8F8F8. Windows color (decimal): -263699 or 15596027. OLE color: 15596027.
HSL color Cylindrical-coordinate representation of color #FBF9ED: hue angle of 51.43º 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 #FBF9ED is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 249 | 237 | - |
CMYK | 0 | 0.01 | 0.06 | 0.02 |
HSL | 51.43º | 0.64% | 0.96% | - |
HSV(B) | 51.43º | 0.06% | 0.98% | - |
XYZ | 88.95 | 94.38 | 93.65 | - |
YUV | 248.23 | 121.66 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 237 | 0 | 0.01 | 0.06 | 0.02 | 51.43 | 0.64 | 0.96 |
Hex | FB | F9 | ED | 0 | 1 | 6 | 2 | 33 | 40 | 60 |
Octal | 373 | 371 | 355 | 0 | 1 | 6 | 2 | 63 | 100 | 140 |
Binary | 11111011 | 11111001 | 11101101 | 0 | 1 | 110 | 10 | 110011 | 1000000 | 1100000 |
Color Harmonies of #FBF9ED
Complementary color
Monochromatic Colors of #FBF9ED
Black with #FBF9ED
Text Example
Text Example
White with #FBF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9ED; }
p { color: rgb(251,249,237); }
H1.HeaderClassName
{
color: #FBF9ED;
}
.AnyTagClassName
{
color: #FBF9ED;
}
</style>
background-color css
<style>
a { background-color: #FBF9ED; }
a { background-color: rgb(251,249,237); }
div.DivClassName
{
background-color: #FBF9ED;
}
.BgClassName
{
background-color: #FBF9ED;
}
</style>
border-color css
<style>
span { border-color: #FBF9ED; }
span { border-color: rgb(251,249,237); }
td.TdClassName
{
border-color: #FBF9ED;
}
.TagClassName
{
border-color: #FBF9ED;
}
</style>