Html Css Color HEX #FDFFD7 Light Goldenrod Yellow
📋 copy color: '#FDFFD7'red 253 ◦ green 255 ◦ blue 215
Shades of Light Goldenrod Yellow #FDFFD7
Tints of Light Goldenrod Yellow #FDFFD7
RGB
CMYK
RGB Variations
Color information
#FDFFD7 (or 0xFDFFD7) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and D7. RGB value is (253,255,215). Sum of RGB (Red+Green+Blue) = 253+255+215=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 215 (84.38% from 255 or 29.74% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFD7 is #020028. Grayscale: #F9F9F9. Windows color (decimal): -131113 or 14155773. OLE color: 14155773.
HSL color Cylindrical-coordinate representation of color #FDFFD7: hue angle of 63º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDFFD7 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 215 | - |
| CMYK | 0.01 | 0 | 0.16 | 0 |
| HSL | 63º | 1% | 0.92% | - |
| HSV(B) | 63º | 0.16% | 1% | - |
| XYZ | 88.53 | 97.31 | 78.41 | - |
| YUV | 249.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 215 | 0.01 | 0 | 0.16 | 0 | 63 | 1 | 0.92 |
| Hex | FD | FF | D7 | 1 | 0 | 10 | 0 | 3F | 64 | 5C |
| Octal | 375 | 377 | 327 | 1 | 0 | 20 | 0 | 77 | 144 | 134 |
| Binary | 11111101 | 11111111 | 11010111 | 1 | 0 | 10000 | 0 | 111111 | 1100100 | 1011100 |
Color Harmonies of #FDFFD7
Complementary color
Monochromatic Colors of #FDFFD7
Black with #FDFFD7
Text Example
Text Example
White with #FDFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFD7; }
p { color: rgb(253,255,215); }
H1.HeaderClassName
{
color: #FDFFD7;
}
.AnyTagClassName
{
color: #FDFFD7;
}
</style>
background-color css
<style>
a { background-color: #FDFFD7; }
a { background-color: rgb(253,255,215); }
div.DivClassName
{
background-color: #FDFFD7;
}
.BgClassName
{
background-color: #FDFFD7;
}
</style>
border-color css
<style>
span { border-color: #FDFFD7; }
span { border-color: rgb(253,255,215); }
td.TdClassName
{
border-color: #FDFFD7;
}
.TagClassName
{
border-color: #FDFFD7;
}
</style>