Shades of Light Yellow #FBFBDB
Tints of Light Yellow #FBFBDB
RGB
CMYK
RGB Variations
Color information
#FBFBDB (or 0xFBFBDB) is known color: Light Yellow. HEX triplet: FB, FB and DB. RGB value is (251,251,219). Sum of RGB (Red+Green+Blue) = 251+251+219=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 219 (85.94% from 255 or 30.37% from 721); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBDB is #040424. Grayscale: #F7F7F7. Windows color (decimal): -263205 or 14416891. OLE color: 14416891.
HSL color Cylindrical-coordinate representation of color #FBFBDB: hue angle of 60º 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 #FBFBDB is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 251 | 219 | - |
CMYK | 0 | 0 | 0.13 | 0.02 |
HSL | 60º | 0.8% | 0.92% | - |
HSV(B) | 60º | 0.13% | 0.98% | - |
XYZ | 87.07 | 94.62 | 80.69 | - |
YUV | 247.35 | 112 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 219 | 0 | 0 | 0.13 | 0.02 | 60 | 0.8 | 0.92 |
Hex | FB | FB | DB | 0 | 0 | D | 2 | 3C | 50 | 5C |
Octal | 373 | 373 | 333 | 0 | 0 | 15 | 2 | 74 | 120 | 134 |
Binary | 11111011 | 11111011 | 11011011 | 0 | 0 | 1101 | 10 | 111100 | 1010000 | 1011100 |
Color Harmonies of #FBFBDB
Complementary color
Monochromatic Colors of #FBFBDB
Black with #FBFBDB
Text Example
Text Example
White with #FBFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBDB; }
p { color: rgb(251,251,219); }
H1.HeaderClassName
{
color: #FBFBDB;
}
.AnyTagClassName
{
color: #FBFBDB;
}
</style>
background-color css
<style>
a { background-color: #FBFBDB; }
a { background-color: rgb(251,251,219); }
div.DivClassName
{
background-color: #FBFBDB;
}
.BgClassName
{
background-color: #FBFBDB;
}
</style>
border-color css
<style>
span { border-color: #FBFBDB; }
span { border-color: rgb(251,251,219); }
td.TdClassName
{
border-color: #FBFBDB;
}
.TagClassName
{
border-color: #FBFBDB;
}
</style>