Html Css Color HEX #FDFED4 Light Goldenrod Yellow
📋 copy color: '#FDFED4'red 253 ◦ green 254 ◦ blue 212
Shades of Light Goldenrod Yellow #FDFED4
Tints of Light Goldenrod Yellow #FDFED4
RGB
CMYK
RGB Variations
Color information
#FDFED4 (or 0xFDFED4) is known color: Light Goldenrod Yellow. HEX triplet: FD, FE and D4. RGB value is (253,254,212). Sum of RGB (Red+Green+Blue) = 253+254+212=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 212 (83.20% from 255 or 29.49% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED4 is #02012B. Grayscale: #F9F9F9. Windows color (decimal): -131372 or 13958909. OLE color: 13958909.
HSL color Cylindrical-coordinate representation of color #FDFED4: hue angle of 61.43º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDFED4 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 212 | - |
CMYK | 0.00 | 0 | 0.17 | 0.00 |
HSL | 61.43º | 0.95% | 0.91% | - |
HSV(B) | 61.43º | 0.17% | 1% | - |
XYZ | 87.83 | 96.52 | 76.29 | - |
YUV | 248.91 | 107.17 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 212 | 0.00 | 0 | 0.17 | 0.00 | 61.43 | 0.95 | 0.91 |
Hex | FD | FE | D4 | 0 | 0 | 11 | 0 | 3D | 5F | 5B |
Octal | 375 | 376 | 324 | 0 | 0 | 21 | 0 | 75 | 137 | 133 |
Binary | 11111101 | 11111110 | 11010100 | 0 | 0 | 10001 | 0 | 111101 | 1011111 | 1011011 |
Color Harmonies of #FDFED4
Complementary color
Monochromatic Colors of #FDFED4
Black with #FDFED4
Text Example
Text Example
White with #FDFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFED4; }
p { color: rgb(253,254,212); }
H1.HeaderClassName
{
color: #FDFED4;
}
.AnyTagClassName
{
color: #FDFED4;
}
</style>
background-color css
<style>
a { background-color: #FDFED4; }
a { background-color: rgb(253,254,212); }
div.DivClassName
{
background-color: #FDFED4;
}
.BgClassName
{
background-color: #FDFED4;
}
</style>
border-color css
<style>
span { border-color: #FDFED4; }
span { border-color: rgb(253,254,212); }
td.TdClassName
{
border-color: #FDFED4;
}
.TagClassName
{
border-color: #FDFED4;
}
</style>