Shades of Light Yellow #FDFDE6
Tints of Light Yellow #FDFDE6
RGB
CMYK
RGB Variations
Color information
#FDFDE6 (or 0xFDFDE6) is known color: Light Yellow. HEX triplet: FD, FD and E6. RGB value is (253,253,230). Sum of RGB (Red+Green+Blue) = 253+253+230=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 230 (90.23% from 255 or 31.25% from 736); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDE6 is #020219. Grayscale: #FAFAFA. Windows color (decimal): -131610 or 15138301. OLE color: 15138301.
HSL color Cylindrical-coordinate representation of color #FDFDE6: 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 #FDFDE6 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 230 | - |
| CMYK | 0 | 0 | 0.09 | 0.01 |
| HSL | 60º | 0.85% | 0.95% | - |
| HSV(B) | 60º | 0.09% | 0.99% | - |
| XYZ | 89.92 | 96.85 | 88.82 | - |
| YUV | 250.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 230 | 0 | 0 | 0.09 | 0.01 | 60 | 0.85 | 0.95 |
| Hex | FD | FD | E6 | 0 | 0 | 9 | 1 | 3C | 55 | 5F |
| Octal | 375 | 375 | 346 | 0 | 0 | 11 | 1 | 74 | 125 | 137 |
| Binary | 11111101 | 11111101 | 11100110 | 0 | 0 | 1001 | 1 | 111100 | 1010101 | 1011111 |
Color Harmonies of #FDFDE6
Complementary color
Monochromatic Colors of #FDFDE6
Black with #FDFDE6
Text Example
Text Example
White with #FDFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDE6; }
p { color: rgb(253,253,230); }
H1.HeaderClassName
{
color: #FDFDE6;
}
.AnyTagClassName
{
color: #FDFDE6;
}
</style>
background-color css
<style>
a { background-color: #FDFDE6; }
a { background-color: rgb(253,253,230); }
div.DivClassName
{
background-color: #FDFDE6;
}
.BgClassName
{
background-color: #FDFDE6;
}
</style>
border-color css
<style>
span { border-color: #FDFDE6; }
span { border-color: rgb(253,253,230); }
td.TdClassName
{
border-color: #FDFDE6;
}
.TagClassName
{
border-color: #FDFDE6;
}
</style>