Shades of Light Yellow #FBFEE4
Tints of Light Yellow #FBFEE4
RGB
CMYK
RGB Variations
Color information
#FBFEE4 (or 0xFBFEE4) is known color: Light Yellow. HEX triplet: FB, FE and E4. RGB value is (251,254,228). Sum of RGB (Red+Green+Blue) = 251+254+228=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 228 (89.45% from 255 or 31.11% from 733); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEE4 is #04011B. Grayscale: #FAFAFA. Windows color (decimal): -262428 or 15007483. OLE color: 15007483.
HSL color Cylindrical-coordinate representation of color #FBFEE4: hue angle of 66.92º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBFEE4 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 228 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.00 |
| HSL | 66.92º | 0.93% | 0.95% | - |
| HSV(B) | 66.92º | 0.1% | 1% | - |
| XYZ | 89.23 | 96.99 | 87.42 | - |
| YUV | 250.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 228 | 0.01 | 0 | 0.10 | 0.00 | 66.92 | 0.93 | 0.95 |
| Hex | FB | FE | E4 | 1 | 0 | A | 0 | 43 | 5D | 5F |
| Octal | 373 | 376 | 344 | 1 | 0 | 12 | 0 | 103 | 135 | 137 |
| Binary | 11111011 | 11111110 | 11100100 | 1 | 0 | 1010 | 0 | 1000011 | 1011101 | 1011111 |
Color Harmonies of #FBFEE4
Complementary color
Monochromatic Colors of #FBFEE4
Black with #FBFEE4
Text Example
Text Example
White with #FBFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEE4; }
p { color: rgb(251,254,228); }
H1.HeaderClassName
{
color: #FBFEE4;
}
.AnyTagClassName
{
color: #FBFEE4;
}
</style>
background-color css
<style>
a { background-color: #FBFEE4; }
a { background-color: rgb(251,254,228); }
div.DivClassName
{
background-color: #FBFEE4;
}
.BgClassName
{
background-color: #FBFEE4;
}
</style>
border-color css
<style>
span { border-color: #FBFEE4; }
span { border-color: rgb(251,254,228); }
td.TdClassName
{
border-color: #FBFEE4;
}
.TagClassName
{
border-color: #FBFEE4;
}
</style>