Shades of Off Yellow #FBF5E3
Tints of Off Yellow #FBF5E3
RGB
CMYK
RGB Variations
Color information
#FBF5E3 (or 0xFBF5E3) is known color: Off Yellow. HEX triplet: FB, F5 and E3. RGB value is (251,245,227). Sum of RGB (Red+Green+Blue) = 251+245+227=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 245 (96.09% from 255 or 33.89% from 723); Blue value is 227 (89.06% from 255 or 31.40% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5E3 is #040A1C. Grayscale: #F4F4F4. Windows color (decimal): -264733 or 14939643. OLE color: 14939643.
HSL color Cylindrical-coordinate representation of color #FBF5E3: hue angle of 45º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF5E3 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 245 | 227 | - |
CMYK | 0 | 0.02 | 0.10 | 0.02 |
HSL | 45º | 0.75% | 0.94% | - |
HSV(B) | 45º | 0.1% | 0.98% | - |
XYZ | 86.3 | 91.36 | 85.76 | - |
YUV | 244.74 | 117.99 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 227 | 0 | 0.02 | 0.10 | 0.02 | 45 | 0.75 | 0.94 |
Hex | FB | F5 | E3 | 0 | 2 | A | 2 | 2D | 4B | 5E |
Octal | 373 | 365 | 343 | 0 | 2 | 12 | 2 | 55 | 113 | 136 |
Binary | 11111011 | 11110101 | 11100011 | 0 | 10 | 1010 | 10 | 101101 | 1001011 | 1011110 |
Color Harmonies of #FBF5E3
Complementary color
Monochromatic Colors of #FBF5E3
Black with #FBF5E3
Text Example
Text Example
White with #FBF5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5E3; }
p { color: rgb(251,245,227); }
H1.HeaderClassName
{
color: #FBF5E3;
}
.AnyTagClassName
{
color: #FBF5E3;
}
</style>
background-color css
<style>
a { background-color: #FBF5E3; }
a { background-color: rgb(251,245,227); }
div.DivClassName
{
background-color: #FBF5E3;
}
.BgClassName
{
background-color: #FBF5E3;
}
</style>
border-color css
<style>
span { border-color: #FBF5E3; }
span { border-color: rgb(251,245,227); }
td.TdClassName
{
border-color: #FBF5E3;
}
.TagClassName
{
border-color: #FBF5E3;
}
</style>