Shades of Light Yellow #FBFFDF
Tints of Light Yellow #FBFFDF
RGB
CMYK
RGB Variations
Color information
#FBFFDF (or 0xFBFFDF) is known color: Light Yellow. HEX triplet: FB, FF and DF. RGB value is (251,255,223). Sum of RGB (Red+Green+Blue) = 251+255+223=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 223 (87.5% from 255 or 30.59% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFDF is #040020. Grayscale: #FAFAFA. Windows color (decimal): -262177 or 14680059. OLE color: 14680059.
HSL color Cylindrical-coordinate representation of color #FBFFDF: hue angle of 67.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBFFDF is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 223 | - |
| CMYK | 0.02 | 0 | 0.13 | 0 |
| HSL | 67.5º | 1% | 0.94% | - |
| HSV(B) | 67.5º | 0.13% | 1% | - |
| XYZ | 88.86 | 97.36 | 83.92 | - |
| YUV | 250.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 223 | 0.02 | 0 | 0.13 | 0 | 67.5 | 1 | 0.94 |
| Hex | FB | FF | DF | 2 | 0 | D | 0 | 44 | 64 | 5E |
| Octal | 373 | 377 | 337 | 2 | 0 | 15 | 0 | 104 | 144 | 136 |
| Binary | 11111011 | 11111111 | 11011111 | 10 | 0 | 1101 | 0 | 1000100 | 1100100 | 1011110 |
Color Harmonies of #FBFFDF
Complementary color
Monochromatic Colors of #FBFFDF
Black with #FBFFDF
Text Example
Text Example
White with #FBFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFDF; }
p { color: rgb(251,255,223); }
H1.HeaderClassName
{
color: #FBFFDF;
}
.AnyTagClassName
{
color: #FBFFDF;
}
</style>
background-color css
<style>
a { background-color: #FBFFDF; }
a { background-color: rgb(251,255,223); }
div.DivClassName
{
background-color: #FBFFDF;
}
.BgClassName
{
background-color: #FBFFDF;
}
</style>
border-color css
<style>
span { border-color: #FBFFDF; }
span { border-color: rgb(251,255,223); }
td.TdClassName
{
border-color: #FBFFDF;
}
.TagClassName
{
border-color: #FBFFDF;
}
</style>