Shades of Light Yellow #FDFCE7
Tints of Light Yellow #FDFCE7
RGB
CMYK
RGB Variations
Color information
#FDFCE7 (or 0xFDFCE7) is known color: Light Yellow. HEX triplet: FD, FC and E7. RGB value is (253,252,231). Sum of RGB (Red+Green+Blue) = 253+252+231=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 231 (90.62% from 255 or 31.39% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCE7 is #020318. Grayscale: #F9F9F9. Windows color (decimal): -131865 or 15203581. OLE color: 15203581.
HSL color Cylindrical-coordinate representation of color #FDFCE7: hue angle of 57.27º 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 #FDFCE7 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 231 | - |
CMYK | 0 | 0.00 | 0.09 | 0.01 |
HSL | 57.27º | 0.85% | 0.95% | - |
HSV(B) | 57.27º | 0.09% | 0.99% | - |
XYZ | 89.74 | 96.27 | 89.45 | - |
YUV | 249.91 | 117.33 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 231 | 0 | 0.00 | 0.09 | 0.01 | 57.27 | 0.85 | 0.95 |
Hex | FD | FC | E7 | 0 | 0 | 9 | 1 | 39 | 55 | 5F |
Octal | 375 | 374 | 347 | 0 | 0 | 11 | 1 | 71 | 125 | 137 |
Binary | 11111101 | 11111100 | 11100111 | 0 | 0 | 1001 | 1 | 111001 | 1010101 | 1011111 |
Color Harmonies of #FDFCE7
Complementary color
Monochromatic Colors of #FDFCE7
Black with #FDFCE7
Text Example
Text Example
White with #FDFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCE7; }
p { color: rgb(253,252,231); }
H1.HeaderClassName
{
color: #FDFCE7;
}
.AnyTagClassName
{
color: #FDFCE7;
}
</style>
background-color css
<style>
a { background-color: #FDFCE7; }
a { background-color: rgb(253,252,231); }
div.DivClassName
{
background-color: #FDFCE7;
}
.BgClassName
{
background-color: #FDFCE7;
}
</style>
border-color css
<style>
span { border-color: #FDFCE7; }
span { border-color: rgb(253,252,231); }
td.TdClassName
{
border-color: #FDFCE7;
}
.TagClassName
{
border-color: #FDFCE7;
}
</style>