Shades of Light Yellow #FBFBDC
Tints of Light Yellow #FBFBDC
RGB
CMYK
RGB Variations
Color information
#FBFBDC (or 0xFBFBDC) is known color: Light Yellow. HEX triplet: FB, FB and DC. RGB value is (251,251,220). Sum of RGB (Red+Green+Blue) = 251+251+220=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBDC is #040423. Grayscale: #F7F7F7. Windows color (decimal): -263204 or 14482427. OLE color: 14482427.
HSL color Cylindrical-coordinate representation of color #FBFBDC: hue angle of 60º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBFBDC is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 220 | - |
| CMYK | 0 | 0 | 0.12 | 0.02 |
| HSL | 60º | 0.79% | 0.92% | - |
| HSV(B) | 60º | 0.12% | 0.98% | - |
| XYZ | 87.2 | 94.67 | 81.39 | - |
| YUV | 247.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 220 | 0 | 0 | 0.12 | 0.02 | 60 | 0.79 | 0.92 |
| Hex | FB | FB | DC | 0 | 0 | C | 2 | 3C | 4F | 5C |
| Octal | 373 | 373 | 334 | 0 | 0 | 14 | 2 | 74 | 117 | 134 |
| Binary | 11111011 | 11111011 | 11011100 | 0 | 0 | 1100 | 10 | 111100 | 1001111 | 1011100 |
Color Harmonies of #FBFBDC
Complementary color
Monochromatic Colors of #FBFBDC
Black with #FBFBDC
Text Example
Text Example
White with #FBFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBDC; }
p { color: rgb(251,251,220); }
H1.HeaderClassName
{
color: #FBFBDC;
}
.AnyTagClassName
{
color: #FBFBDC;
}
</style>
background-color css
<style>
a { background-color: #FBFBDC; }
a { background-color: rgb(251,251,220); }
div.DivClassName
{
background-color: #FBFBDC;
}
.BgClassName
{
background-color: #FBFBDC;
}
</style>
border-color css
<style>
span { border-color: #FBFBDC; }
span { border-color: rgb(251,251,220); }
td.TdClassName
{
border-color: #FBFBDC;
}
.TagClassName
{
border-color: #FBFBDC;
}
</style>