Html Css Color HEX #FDFED3 Light Goldenrod Yellow
📋 copy color: '#FDFED3'red 253 ◦ green 254 ◦ blue 211
Shades of Light Goldenrod Yellow #FDFED3
Tints of Light Goldenrod Yellow #FDFED3
RGB
CMYK
RGB Variations
Color information
#FDFED3 (or 0xFDFED3) is known color: Light Goldenrod Yellow. HEX triplet: FD, FE and D3. RGB value is (253,254,211). Sum of RGB (Red+Green+Blue) = 253+254+211=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 211 (82.81% from 255 or 29.39% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED3 is #02012C. Grayscale: #F8F8F8. Windows color (decimal): -131373 or 13893373. OLE color: 13893373.
HSL color Cylindrical-coordinate representation of color #FDFED3: hue angle of 61.4º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDFED3 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 211 | - |
CMYK | 0.00 | 0 | 0.17 | 0.00 |
HSL | 61.4º | 0.96% | 0.91% | - |
HSV(B) | 61.4º | 0.17% | 1% | - |
XYZ | 87.71 | 96.47 | 75.63 | - |
YUV | 248.8 | 106.67 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 211 | 0.00 | 0 | 0.17 | 0.00 | 61.4 | 0.96 | 0.91 |
Hex | FD | FE | D3 | 0 | 0 | 11 | 0 | 3D | 60 | 5B |
Octal | 375 | 376 | 323 | 0 | 0 | 21 | 0 | 75 | 140 | 133 |
Binary | 11111101 | 11111110 | 11010011 | 0 | 0 | 10001 | 0 | 111101 | 1100000 | 1011011 |
Color Harmonies of #FDFED3
Complementary color
Monochromatic Colors of #FDFED3
Black with #FDFED3
Text Example
Text Example
White with #FDFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFED3; }
p { color: rgb(253,254,211); }
H1.HeaderClassName
{
color: #FDFED3;
}
.AnyTagClassName
{
color: #FDFED3;
}
</style>
background-color css
<style>
a { background-color: #FDFED3; }
a { background-color: rgb(253,254,211); }
div.DivClassName
{
background-color: #FDFED3;
}
.BgClassName
{
background-color: #FDFED3;
}
</style>
border-color css
<style>
span { border-color: #FDFED3; }
span { border-color: rgb(253,254,211); }
td.TdClassName
{
border-color: #FDFED3;
}
.TagClassName
{
border-color: #FDFED3;
}
</style>