Shades of Light Yellow #FCFDE7
Tints of Light Yellow #FCFDE7
RGB
CMYK
RGB Variations
Color information
#FCFDE7 (or 0xFCFDE7) is known color: Light Yellow. HEX triplet: FC, FD and E7. RGB value is (252,253,231). Sum of RGB (Red+Green+Blue) = 252+253+231=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 231 (90.62% from 255 or 31.39% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDE7 is #030218. Grayscale: #FAFAFA. Windows color (decimal): -197145 or 15203836. OLE color: 15203836.
HSL color Cylindrical-coordinate representation of color #FCFDE7: hue angle of 62.73º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCFDE7 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 231 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.01 |
| HSL | 62.73º | 0.85% | 0.95% | - |
| HSV(B) | 62.73º | 0.09% | 0.99% | - |
| XYZ | 89.69 | 96.72 | 89.54 | - |
| YUV | 250.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 231 | 0.00 | 0 | 0.09 | 0.01 | 62.73 | 0.85 | 0.95 |
| Hex | FC | FD | E7 | 0 | 0 | 9 | 1 | 3F | 55 | 5F |
| Octal | 374 | 375 | 347 | 0 | 0 | 11 | 1 | 77 | 125 | 137 |
| Binary | 11111100 | 11111101 | 11100111 | 0 | 0 | 1001 | 1 | 111111 | 1010101 | 1011111 |
Color Harmonies of #FCFDE7
Complementary color
Monochromatic Colors of #FCFDE7
Black with #FCFDE7
Text Example
Text Example
White with #FCFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDE7; }
p { color: rgb(252,253,231); }
H1.HeaderClassName
{
color: #FCFDE7;
}
.AnyTagClassName
{
color: #FCFDE7;
}
</style>
background-color css
<style>
a { background-color: #FCFDE7; }
a { background-color: rgb(252,253,231); }
div.DivClassName
{
background-color: #FCFDE7;
}
.BgClassName
{
background-color: #FCFDE7;
}
</style>
border-color css
<style>
span { border-color: #FCFDE7; }
span { border-color: rgb(252,253,231); }
td.TdClassName
{
border-color: #FCFDE7;
}
.TagClassName
{
border-color: #FCFDE7;
}
</style>