Shades of Light Yellow #FDFDE7
Tints of Light Yellow #FDFDE7
RGB
CMYK
RGB Variations
Color information
#FDFDE7 (or 0xFDFDE7) is known color: Light Yellow. HEX triplet: FD, FD and E7. RGB value is (253,253,231). Sum of RGB (Red+Green+Blue) = 253+253+231=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 231 (90.62% from 255 or 31.34% from 737); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDE7 is #020218. Grayscale: #FAFAFA. Windows color (decimal): -131609 or 15203837. OLE color: 15203837.
HSL color Cylindrical-coordinate representation of color #FDFDE7: hue angle of 60º 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 #FDFDE7 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 231 | - |
| CMYK | 0 | 0 | 0.09 | 0.01 |
| HSL | 60º | 0.85% | 0.95% | - |
| HSV(B) | 60º | 0.09% | 0.99% | - |
| XYZ | 90.06 | 96.9 | 89.56 | - |
| YUV | 250.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 231 | 0 | 0 | 0.09 | 0.01 | 60 | 0.85 | 0.95 |
| Hex | FD | FD | E7 | 0 | 0 | 9 | 1 | 3C | 55 | 5F |
| Octal | 375 | 375 | 347 | 0 | 0 | 11 | 1 | 74 | 125 | 137 |
| Binary | 11111101 | 11111101 | 11100111 | 0 | 0 | 1001 | 1 | 111100 | 1010101 | 1011111 |
Color Harmonies of #FDFDE7
Complementary color
Monochromatic Colors of #FDFDE7
Black with #FDFDE7
Text Example
Text Example
White with #FDFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDE7; }
p { color: rgb(253,253,231); }
H1.HeaderClassName
{
color: #FDFDE7;
}
.AnyTagClassName
{
color: #FDFDE7;
}
</style>
background-color css
<style>
a { background-color: #FDFDE7; }
a { background-color: rgb(253,253,231); }
div.DivClassName
{
background-color: #FDFDE7;
}
.BgClassName
{
background-color: #FDFDE7;
}
</style>
border-color css
<style>
span { border-color: #FDFDE7; }
span { border-color: rgb(253,253,231); }
td.TdClassName
{
border-color: #FDFDE7;
}
.TagClassName
{
border-color: #FDFDE7;
}
</style>