Shades of Light Yellow #FBFEDC
Tints of Light Yellow #FBFEDC
RGB
CMYK
RGB Variations
Color information
#FBFEDC (or 0xFBFEDC) is known color: Light Yellow. HEX triplet: FB, FE and DC. RGB value is (251,254,220). Sum of RGB (Red+Green+Blue) = 251+254+220=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 220 (86.33% from 255 or 30.34% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEDC is #040123. Grayscale: #F9F9F9. Windows color (decimal): -262436 or 14483195. OLE color: 14483195.
HSL color Cylindrical-coordinate representation of color #FBFEDC: hue angle of 65.29º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBFEDC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 220 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.00 |
| HSL | 65.29º | 0.94% | 0.93% | - |
| HSV(B) | 65.29º | 0.13% | 1% | - |
| XYZ | 88.14 | 96.56 | 81.7 | - |
| YUV | 249.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 220 | 0.01 | 0 | 0.13 | 0.00 | 65.29 | 0.94 | 0.93 |
| Hex | FB | FE | DC | 1 | 0 | D | 0 | 41 | 5E | 5D |
| Octal | 373 | 376 | 334 | 1 | 0 | 15 | 0 | 101 | 136 | 135 |
| Binary | 11111011 | 11111110 | 11011100 | 1 | 0 | 1101 | 0 | 1000001 | 1011110 | 1011101 |
Color Harmonies of #FBFEDC
Complementary color
Monochromatic Colors of #FBFEDC
Black with #FBFEDC
Text Example
Text Example
White with #FBFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEDC; }
p { color: rgb(251,254,220); }
H1.HeaderClassName
{
color: #FBFEDC;
}
.AnyTagClassName
{
color: #FBFEDC;
}
</style>
background-color css
<style>
a { background-color: #FBFEDC; }
a { background-color: rgb(251,254,220); }
div.DivClassName
{
background-color: #FBFEDC;
}
.BgClassName
{
background-color: #FBFEDC;
}
</style>
border-color css
<style>
span { border-color: #FBFEDC; }
span { border-color: rgb(251,254,220); }
td.TdClassName
{
border-color: #FBFEDC;
}
.TagClassName
{
border-color: #FBFEDC;
}
</style>