Shades of Light Yellow #FCFEDF
Tints of Light Yellow #FCFEDF
RGB
CMYK
RGB Variations
Color information
#FCFEDF (or 0xFCFEDF) is known color: Light Yellow. HEX triplet: FC, FE and DF. RGB value is (252,254,223). Sum of RGB (Red+Green+Blue) = 252+254+223=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 223 (87.5% from 255 or 30.59% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDF is #030120. Grayscale: #F9F9F9. Windows color (decimal): -196897 or 14679804. OLE color: 14679804.
HSL color Cylindrical-coordinate representation of color #FCFEDF: hue angle of 63.87º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCFEDF is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 223 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.00 |
| HSL | 63.87º | 0.94% | 0.94% | - |
| HSV(B) | 63.87º | 0.12% | 1% | - |
| XYZ | 88.91 | 96.91 | 83.83 | - |
| YUV | 249.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 223 | 0.01 | 0 | 0.12 | 0.00 | 63.87 | 0.94 | 0.94 |
| Hex | FC | FE | DF | 1 | 0 | C | 0 | 40 | 5E | 5E |
| Octal | 374 | 376 | 337 | 1 | 0 | 14 | 0 | 100 | 136 | 136 |
| Binary | 11111100 | 11111110 | 11011111 | 1 | 0 | 1100 | 0 | 1000000 | 1011110 | 1011110 |
Color Harmonies of #FCFEDF
Complementary color
Monochromatic Colors of #FCFEDF
Black with #FCFEDF
Text Example
Text Example
White with #FCFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEDF; }
p { color: rgb(252,254,223); }
H1.HeaderClassName
{
color: #FCFEDF;
}
.AnyTagClassName
{
color: #FCFEDF;
}
</style>
background-color css
<style>
a { background-color: #FCFEDF; }
a { background-color: rgb(252,254,223); }
div.DivClassName
{
background-color: #FCFEDF;
}
.BgClassName
{
background-color: #FCFEDF;
}
</style>
border-color css
<style>
span { border-color: #FCFEDF; }
span { border-color: rgb(252,254,223); }
td.TdClassName
{
border-color: #FCFEDF;
}
.TagClassName
{
border-color: #FCFEDF;
}
</style>