Html Css Color HEX #FEFDD8 Light Goldenrod Yellow
📋 copy color: '#FEFDD8'red 254 ◦ green 253 ◦ blue 216
Shades of Light Goldenrod Yellow #FEFDD8
Tints of Light Goldenrod Yellow #FEFDD8
RGB
CMYK
RGB Variations
Color information
#FEFDD8 (or 0xFEFDD8) is known color: Light Goldenrod Yellow. HEX triplet: FE, FD and D8. RGB value is (254,253,216). Sum of RGB (Red+Green+Blue) = 254+253+216=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 216 (84.77% from 255 or 29.88% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDD8 is #010227. Grayscale: #F9F9F9. Windows color (decimal): -66088 or 14220798. OLE color: 14220798.
HSL color Cylindrical-coordinate representation of color #FEFDD8: hue angle of 58.42º 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 #FEFDD8 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 216 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.00 |
| HSL | 58.42º | 0.95% | 0.92% | - |
| HSV(B) | 58.42º | 0.15% | 1% | - |
| XYZ | 88.39 | 96.28 | 78.89 | - |
| YUV | 249.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 216 | 0 | 0.00 | 0.15 | 0.00 | 58.42 | 0.95 | 0.92 |
| Hex | FE | FD | D8 | 0 | 0 | F | 0 | 3A | 5F | 5C |
| Octal | 376 | 375 | 330 | 0 | 0 | 17 | 0 | 72 | 137 | 134 |
| Binary | 11111110 | 11111101 | 11011000 | 0 | 0 | 1111 | 0 | 111010 | 1011111 | 1011100 |
Color Harmonies of #FEFDD8
Complementary color
Monochromatic Colors of #FEFDD8
Black with #FEFDD8
Text Example
Text Example
White with #FEFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDD8; }
p { color: rgb(254,253,216); }
H1.HeaderClassName
{
color: #FEFDD8;
}
.AnyTagClassName
{
color: #FEFDD8;
}
</style>
background-color css
<style>
a { background-color: #FEFDD8; }
a { background-color: rgb(254,253,216); }
div.DivClassName
{
background-color: #FEFDD8;
}
.BgClassName
{
background-color: #FEFDD8;
}
</style>
border-color css
<style>
span { border-color: #FEFDD8; }
span { border-color: rgb(254,253,216); }
td.TdClassName
{
border-color: #FEFDD8;
}
.TagClassName
{
border-color: #FEFDD8;
}
</style>