Html Css Color HEX #FDFDD7 Light Goldenrod Yellow
📋 copy color: '#FDFDD7'red 253 ◦ green 253 ◦ blue 215
Shades of Light Goldenrod Yellow #FDFDD7
Tints of Light Goldenrod Yellow #FDFDD7
RGB
CMYK
RGB Variations
Color information
#FDFDD7 (or 0xFDFDD7) is known color: Light Goldenrod Yellow. HEX triplet: FD, FD and D7. RGB value is (253,253,215). Sum of RGB (Red+Green+Blue) = 253+253+215=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 215 (84.38% from 255 or 29.82% from 721); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD7 is #020228. Grayscale: #F8F8F8. Windows color (decimal): -131625 or 14155261. OLE color: 14155261.
HSL color Cylindrical-coordinate representation of color #FDFDD7: hue angle of 60º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDFDD7 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 215 | - |
CMYK | 0 | 0 | 0.15 | 0.01 |
HSL | 60º | 0.9% | 0.92% | - |
HSV(B) | 60º | 0.15% | 0.99% | - |
XYZ | 87.9 | 96.04 | 78.19 | - |
YUV | 248.67 | 109 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 215 | 0 | 0 | 0.15 | 0.01 | 60 | 0.9 | 0.92 |
Hex | FD | FD | D7 | 0 | 0 | F | 1 | 3C | 5A | 5C |
Octal | 375 | 375 | 327 | 0 | 0 | 17 | 1 | 74 | 132 | 134 |
Binary | 11111101 | 11111101 | 11010111 | 0 | 0 | 1111 | 1 | 111100 | 1011010 | 1011100 |
Color Harmonies of #FDFDD7
Complementary color
Monochromatic Colors of #FDFDD7
Black with #FDFDD7
Text Example
Text Example
White with #FDFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDD7; }
p { color: rgb(253,253,215); }
H1.HeaderClassName
{
color: #FDFDD7;
}
.AnyTagClassName
{
color: #FDFDD7;
}
</style>
background-color css
<style>
a { background-color: #FDFDD7; }
a { background-color: rgb(253,253,215); }
div.DivClassName
{
background-color: #FDFDD7;
}
.BgClassName
{
background-color: #FDFDD7;
}
</style>
border-color css
<style>
span { border-color: #FDFDD7; }
span { border-color: rgb(253,253,215); }
td.TdClassName
{
border-color: #FDFDD7;
}
.TagClassName
{
border-color: #FDFDD7;
}
</style>