Shades of Off Yellow #FBF3DB
Tints of Off Yellow #FBF3DB
RGB
CMYK
RGB Variations
Color information
#FBF3DB (or 0xFBF3DB) is known color: Off Yellow. HEX triplet: FB, F3 and DB. RGB value is (251,243,219). Sum of RGB (Red+Green+Blue) = 251+243+219=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3DB is #040C24. Grayscale: #F2F2F2. Windows color (decimal): -265253 or 14414843. OLE color: 14414843.
HSL color Cylindrical-coordinate representation of color #FBF3DB: hue angle of 45º 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 #FBF3DB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 219 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.02 |
| HSL | 45º | 0.8% | 0.92% | - |
| HSV(B) | 45º | 0.13% | 0.98% | - |
| XYZ | 84.62 | 89.72 | 79.88 | - |
| YUV | 242.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 219 | 0 | 0.03 | 0.13 | 0.02 | 45 | 0.8 | 0.92 |
| Hex | FB | F3 | DB | 0 | 3 | D | 2 | 2D | 50 | 5C |
| Octal | 373 | 363 | 333 | 0 | 3 | 15 | 2 | 55 | 120 | 134 |
| Binary | 11111011 | 11110011 | 11011011 | 0 | 11 | 1101 | 10 | 101101 | 1010000 | 1011100 |
Color Harmonies of #FBF3DB
Complementary color
Monochromatic Colors of #FBF3DB
Black with #FBF3DB
Text Example
Text Example
White with #FBF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3DB; }
p { color: rgb(251,243,219); }
H1.HeaderClassName
{
color: #FBF3DB;
}
.AnyTagClassName
{
color: #FBF3DB;
}
</style>
background-color css
<style>
a { background-color: #FBF3DB; }
a { background-color: rgb(251,243,219); }
div.DivClassName
{
background-color: #FBF3DB;
}
.BgClassName
{
background-color: #FBF3DB;
}
</style>
border-color css
<style>
span { border-color: #FBF3DB; }
span { border-color: rgb(251,243,219); }
td.TdClassName
{
border-color: #FBF3DB;
}
.TagClassName
{
border-color: #FBF3DB;
}
</style>