Html Css Color HEX #FDFED8 Light Goldenrod Yellow
📋 copy color: '#FDFED8'red 253 ◦ green 254 ◦ blue 216
Shades of Light Goldenrod Yellow #FDFED8
Tints of Light Goldenrod Yellow #FDFED8
RGB
CMYK
RGB Variations
Color information
#FDFED8 (or 0xFDFED8) is known color: Light Goldenrod Yellow. HEX triplet: FD, FE and D8. RGB value is (253,254,216). Sum of RGB (Red+Green+Blue) = 253+254+216=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 216 (84.77% from 255 or 29.88% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED8 is #020127. Grayscale: #F9F9F9. Windows color (decimal): -131368 or 14221053. OLE color: 14221053.
HSL color Cylindrical-coordinate representation of color #FDFED8: hue angle of 61.58º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDFED8 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 216 | - |
CMYK | 0.00 | 0 | 0.15 | 0.00 |
HSL | 61.58º | 0.95% | 0.92% | - |
HSV(B) | 61.58º | 0.15% | 1% | - |
XYZ | 88.34 | 96.72 | 78.98 | - |
YUV | 249.37 | 109.17 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 216 | 0.00 | 0 | 0.15 | 0.00 | 61.58 | 0.95 | 0.92 |
Hex | FD | FE | D8 | 0 | 0 | F | 0 | 3E | 5F | 5C |
Octal | 375 | 376 | 330 | 0 | 0 | 17 | 0 | 76 | 137 | 134 |
Binary | 11111101 | 11111110 | 11011000 | 0 | 0 | 1111 | 0 | 111110 | 1011111 | 1011100 |
Color Harmonies of #FDFED8
Complementary color
Monochromatic Colors of #FDFED8
Black with #FDFED8
Text Example
Text Example
White with #FDFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFED8; }
p { color: rgb(253,254,216); }
H1.HeaderClassName
{
color: #FDFED8;
}
.AnyTagClassName
{
color: #FDFED8;
}
</style>
background-color css
<style>
a { background-color: #FDFED8; }
a { background-color: rgb(253,254,216); }
div.DivClassName
{
background-color: #FDFED8;
}
.BgClassName
{
background-color: #FDFED8;
}
</style>
border-color css
<style>
span { border-color: #FDFED8; }
span { border-color: rgb(253,254,216); }
td.TdClassName
{
border-color: #FDFED8;
}
.TagClassName
{
border-color: #FDFED8;
}
</style>