Html Css Color HEX #FDFDD5 Light Goldenrod Yellow
📋 copy color: '#FDFDD5'red 253 ◦ green 253 ◦ blue 213
Shades of Light Goldenrod Yellow #FDFDD5
Tints of Light Goldenrod Yellow #FDFDD5
RGB
CMYK
RGB Variations
Color information
#FDFDD5 (or 0xFDFDD5) is known color: Light Goldenrod Yellow. HEX triplet: FD, FD and D5. RGB value is (253,253,213). Sum of RGB (Red+Green+Blue) = 253+253+213=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 213 (83.59% from 255 or 29.62% from 719); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD5 is #02022A. Grayscale: #F8F8F8. Windows color (decimal): -131627 or 14024189. OLE color: 14024189.
HSL color Cylindrical-coordinate representation of color #FDFDD5: hue angle of 60º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDFDD5 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 213 | - |
CMYK | 0 | 0 | 0.16 | 0.01 |
HSL | 60º | 0.91% | 0.91% | - |
HSV(B) | 60º | 0.16% | 0.99% | - |
XYZ | 87.64 | 95.94 | 76.85 | - |
YUV | 248.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 213 | 0 | 0 | 0.16 | 0.01 | 60 | 0.91 | 0.91 |
Hex | FD | FD | D5 | 0 | 0 | 10 | 1 | 3C | 5B | 5B |
Octal | 375 | 375 | 325 | 0 | 0 | 20 | 1 | 74 | 133 | 133 |
Binary | 11111101 | 11111101 | 11010101 | 0 | 0 | 10000 | 1 | 111100 | 1011011 | 1011011 |
Color Harmonies of #FDFDD5
Complementary color
Monochromatic Colors of #FDFDD5
Black with #FDFDD5
Text Example
Text Example
White with #FDFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDD5; }
p { color: rgb(253,253,213); }
H1.HeaderClassName
{
color: #FDFDD5;
}
.AnyTagClassName
{
color: #FDFDD5;
}
</style>
background-color css
<style>
a { background-color: #FDFDD5; }
a { background-color: rgb(253,253,213); }
div.DivClassName
{
background-color: #FDFDD5;
}
.BgClassName
{
background-color: #FDFDD5;
}
</style>
border-color css
<style>
span { border-color: #FDFDD5; }
span { border-color: rgb(253,253,213); }
td.TdClassName
{
border-color: #FDFDD5;
}
.TagClassName
{
border-color: #FDFDD5;
}
</style>