Shades of Light Yellow #FBFEDB
Tints of Light Yellow #FBFEDB
RGB
CMYK
RGB Variations
Color information
#FBFEDB (or 0xFBFEDB) is known color: Light Yellow. HEX triplet: FB, FE and DB. RGB value is (251,254,219). Sum of RGB (Red+Green+Blue) = 251+254+219=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 219 (85.94% from 255 or 30.25% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEDB is #040124. Grayscale: #F9F9F9. Windows color (decimal): -262437 or 14417659. OLE color: 14417659.
HSL color Cylindrical-coordinate representation of color #FBFEDB: hue angle of 65.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBFEDB is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 219 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.00 |
| HSL | 65.14º | 0.95% | 0.93% | - |
| HSV(B) | 65.14º | 0.14% | 1% | - |
| XYZ | 88.01 | 96.51 | 81.01 | - |
| YUV | 249.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 219 | 0.01 | 0 | 0.14 | 0.00 | 65.14 | 0.95 | 0.93 |
| Hex | FB | FE | DB | 1 | 0 | E | 0 | 41 | 5F | 5D |
| Octal | 373 | 376 | 333 | 1 | 0 | 16 | 0 | 101 | 137 | 135 |
| Binary | 11111011 | 11111110 | 11011011 | 1 | 0 | 1110 | 0 | 1000001 | 1011111 | 1011101 |
Color Harmonies of #FBFEDB
Complementary color
Monochromatic Colors of #FBFEDB
Black with #FBFEDB
Text Example
Text Example
White with #FBFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEDB; }
p { color: rgb(251,254,219); }
H1.HeaderClassName
{
color: #FBFEDB;
}
.AnyTagClassName
{
color: #FBFEDB;
}
</style>
background-color css
<style>
a { background-color: #FBFEDB; }
a { background-color: rgb(251,254,219); }
div.DivClassName
{
background-color: #FBFEDB;
}
.BgClassName
{
background-color: #FBFEDB;
}
</style>
border-color css
<style>
span { border-color: #FBFEDB; }
span { border-color: rgb(251,254,219); }
td.TdClassName
{
border-color: #FBFEDB;
}
.TagClassName
{
border-color: #FBFEDB;
}
</style>