Shades of Light Yellow #FBFDDE
Tints of Light Yellow #FBFDDE
RGB
CMYK
RGB Variations
Color information
#FBFDDE (or 0xFBFDDE) is known color: Light Yellow. HEX triplet: FB, FD and DE. RGB value is (251,253,222). Sum of RGB (Red+Green+Blue) = 251+253+222=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 222 (87.11% from 255 or 30.58% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDDE is #040221. Grayscale: #F8F8F8. Windows color (decimal): -262690 or 14614011. OLE color: 14614011.
HSL color Cylindrical-coordinate representation of color #FBFDDE: hue angle of 63.87º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBFDDE is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 222 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.01 |
| HSL | 63.87º | 0.89% | 0.93% | - |
| HSV(B) | 63.87º | 0.12% | 0.99% | - |
| XYZ | 88.09 | 96.03 | 83 | - |
| YUV | 248.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 222 | 0.01 | 0 | 0.12 | 0.01 | 63.87 | 0.89 | 0.93 |
| Hex | FB | FD | DE | 1 | 0 | C | 1 | 40 | 59 | 5D |
| Octal | 373 | 375 | 336 | 1 | 0 | 14 | 1 | 100 | 131 | 135 |
| Binary | 11111011 | 11111101 | 11011110 | 1 | 0 | 1100 | 1 | 1000000 | 1011001 | 1011101 |
Color Harmonies of #FBFDDE
Complementary color
Monochromatic Colors of #FBFDDE
Black with #FBFDDE
Text Example
Text Example
White with #FBFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDDE; }
p { color: rgb(251,253,222); }
H1.HeaderClassName
{
color: #FBFDDE;
}
.AnyTagClassName
{
color: #FBFDDE;
}
</style>
background-color css
<style>
a { background-color: #FBFDDE; }
a { background-color: rgb(251,253,222); }
div.DivClassName
{
background-color: #FBFDDE;
}
.BgClassName
{
background-color: #FBFDDE;
}
</style>
border-color css
<style>
span { border-color: #FBFDDE; }
span { border-color: rgb(251,253,222); }
td.TdClassName
{
border-color: #FBFDDE;
}
.TagClassName
{
border-color: #FBFDDE;
}
</style>