Shades of Light Yellow #FCFEDE
Tints of Light Yellow #FCFEDE
RGB
CMYK
RGB Variations
Color information
#FCFEDE (or 0xFCFEDE) is known color: Light Yellow. HEX triplet: FC, FE and DE. RGB value is (252,254,222). Sum of RGB (Red+Green+Blue) = 252+254+222=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 222 (87.11% from 255 or 30.49% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDE is #030121. Grayscale: #F9F9F9. Windows color (decimal): -196898 or 14614268. OLE color: 14614268.
HSL color Cylindrical-coordinate representation of color #FCFEDE: hue angle of 63.75º 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 #FCFEDE is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 222 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.00 |
| HSL | 63.75º | 0.94% | 0.93% | - |
| HSV(B) | 63.75º | 0.13% | 1% | - |
| XYZ | 88.77 | 96.85 | 83.12 | - |
| YUV | 249.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 222 | 0.01 | 0 | 0.13 | 0.00 | 63.75 | 0.94 | 0.93 |
| Hex | FC | FE | DE | 1 | 0 | D | 0 | 40 | 5E | 5D |
| Octal | 374 | 376 | 336 | 1 | 0 | 15 | 0 | 100 | 136 | 135 |
| Binary | 11111100 | 11111110 | 11011110 | 1 | 0 | 1101 | 0 | 1000000 | 1011110 | 1011101 |
Color Harmonies of #FCFEDE
Complementary color
Monochromatic Colors of #FCFEDE
Black with #FCFEDE
Text Example
Text Example
White with #FCFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEDE; }
p { color: rgb(252,254,222); }
H1.HeaderClassName
{
color: #FCFEDE;
}
.AnyTagClassName
{
color: #FCFEDE;
}
</style>
background-color css
<style>
a { background-color: #FCFEDE; }
a { background-color: rgb(252,254,222); }
div.DivClassName
{
background-color: #FCFEDE;
}
.BgClassName
{
background-color: #FCFEDE;
}
</style>
border-color css
<style>
span { border-color: #FCFEDE; }
span { border-color: rgb(252,254,222); }
td.TdClassName
{
border-color: #FCFEDE;
}
.TagClassName
{
border-color: #FCFEDE;
}
</style>