Html Css Color HEX #FDFFD1 Light Goldenrod Yellow
📋 copy color: '#FDFFD1'red 253 ◦ green 255 ◦ blue 209
Shades of Light Goldenrod Yellow #FDFFD1
Tints of Light Goldenrod Yellow #FDFFD1
RGB
CMYK
RGB Variations
Color information
#FDFFD1 (or 0xFDFFD1) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and D1. RGB value is (253,255,209). Sum of RGB (Red+Green+Blue) = 253+255+209=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 209 (82.03% from 255 or 29.15% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFD1 is #02002E. Grayscale: #F9F9F9. Windows color (decimal): -131119 or 13762557. OLE color: 13762557.
HSL color Cylindrical-coordinate representation of color #FDFFD1: hue angle of 62.61º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDFFD1 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 209 | - |
| CMYK | 0.01 | 0 | 0.18 | 0 |
| HSL | 62.61º | 1% | 0.91% | - |
| HSV(B) | 62.61º | 0.18% | 1% | - |
| XYZ | 87.78 | 97.01 | 74.42 | - |
| YUV | 249.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 209 | 0.01 | 0 | 0.18 | 0 | 62.61 | 1 | 0.91 |
| Hex | FD | FF | D1 | 1 | 0 | 12 | 0 | 3F | 64 | 5B |
| Octal | 375 | 377 | 321 | 1 | 0 | 22 | 0 | 77 | 144 | 133 |
| Binary | 11111101 | 11111111 | 11010001 | 1 | 0 | 10010 | 0 | 111111 | 1100100 | 1011011 |
Color Harmonies of #FDFFD1
Complementary color
Monochromatic Colors of #FDFFD1
Black with #FDFFD1
Text Example
Text Example
White with #FDFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFD1; }
p { color: rgb(253,255,209); }
H1.HeaderClassName
{
color: #FDFFD1;
}
.AnyTagClassName
{
color: #FDFFD1;
}
</style>
background-color css
<style>
a { background-color: #FDFFD1; }
a { background-color: rgb(253,255,209); }
div.DivClassName
{
background-color: #FDFFD1;
}
.BgClassName
{
background-color: #FDFFD1;
}
</style>
border-color css
<style>
span { border-color: #FDFFD1; }
span { border-color: rgb(253,255,209); }
td.TdClassName
{
border-color: #FDFFD1;
}
.TagClassName
{
border-color: #FDFFD1;
}
</style>