Shades of Off Yellow #FBF5DB
Tints of Off Yellow #FBF5DB
RGB
CMYK
RGB Variations
Color information
#FBF5DB (or 0xFBF5DB) is known color: Off Yellow. HEX triplet: FB, F5 and DB. RGB value is (251,245,219). Sum of RGB (Red+Green+Blue) = 251+245+219=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5DB is #040A24. Grayscale: #F3F3F3. Windows color (decimal): -264741 or 14415355. OLE color: 14415355.
HSL color Cylindrical-coordinate representation of color #FBF5DB: hue angle of 48.75º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBF5DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 219 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.02 |
| HSL | 48.75º | 0.8% | 0.92% | - |
| HSV(B) | 48.75º | 0.13% | 0.98% | - |
| XYZ | 85.22 | 90.93 | 80.08 | - |
| YUV | 243.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 219 | 0 | 0.02 | 0.13 | 0.02 | 48.75 | 0.8 | 0.92 |
| Hex | FB | F5 | DB | 0 | 2 | D | 2 | 31 | 50 | 5C |
| Octal | 373 | 365 | 333 | 0 | 2 | 15 | 2 | 61 | 120 | 134 |
| Binary | 11111011 | 11110101 | 11011011 | 0 | 10 | 1101 | 10 | 110001 | 1010000 | 1011100 |
Color Harmonies of #FBF5DB
Complementary color
Monochromatic Colors of #FBF5DB
Black with #FBF5DB
Text Example
Text Example
White with #FBF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5DB; }
p { color: rgb(251,245,219); }
H1.HeaderClassName
{
color: #FBF5DB;
}
.AnyTagClassName
{
color: #FBF5DB;
}
</style>
background-color css
<style>
a { background-color: #FBF5DB; }
a { background-color: rgb(251,245,219); }
div.DivClassName
{
background-color: #FBF5DB;
}
.BgClassName
{
background-color: #FBF5DB;
}
</style>
border-color css
<style>
span { border-color: #FBF5DB; }
span { border-color: rgb(251,245,219); }
td.TdClassName
{
border-color: #FBF5DB;
}
.TagClassName
{
border-color: #FBF5DB;
}
</style>