Html Css Color HEX #FDFFD0 Light Goldenrod Yellow
📋 copy color: '#FDFFD0'red 253 ◦ green 255 ◦ blue 208
Shades of Light Goldenrod Yellow #FDFFD0
Tints of Light Goldenrod Yellow #FDFFD0
RGB
CMYK
RGB Variations
Color information
#FDFFD0 (or 0xFDFFD0) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and D0. RGB value is (253,255,208). Sum of RGB (Red+Green+Blue) = 253+255+208=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 208 (81.64% from 255 or 29.05% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFD0 is #02002F. Grayscale: #F9F9F9. Windows color (decimal): -131120 or 13697021. OLE color: 13697021.
HSL color Cylindrical-coordinate representation of color #FDFFD0: hue angle of 62.55º 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 #FDFFD0 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 208 | - |
CMYK | 0.01 | 0 | 0.18 | 0 |
HSL | 62.55º | 1% | 0.91% | - |
HSV(B) | 62.55º | 0.18% | 1% | - |
XYZ | 87.65 | 96.96 | 73.77 | - |
YUV | 249.04 | 104.84 | 130.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 208 | 0.01 | 0 | 0.18 | 0 | 62.55 | 1 | 0.91 |
Hex | FD | FF | D0 | 1 | 0 | 12 | 0 | 3F | 64 | 5B |
Octal | 375 | 377 | 320 | 1 | 0 | 22 | 0 | 77 | 144 | 133 |
Binary | 11111101 | 11111111 | 11010000 | 1 | 0 | 10010 | 0 | 111111 | 1100100 | 1011011 |
Color Harmonies of #FDFFD0
Complementary color
Monochromatic Colors of #FDFFD0
Black with #FDFFD0
Text Example
Text Example
White with #FDFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFD0; }
p { color: rgb(253,255,208); }
H1.HeaderClassName
{
color: #FDFFD0;
}
.AnyTagClassName
{
color: #FDFFD0;
}
</style>
background-color css
<style>
a { background-color: #FDFFD0; }
a { background-color: rgb(253,255,208); }
div.DivClassName
{
background-color: #FDFFD0;
}
.BgClassName
{
background-color: #FDFFD0;
}
</style>
border-color css
<style>
span { border-color: #FDFFD0; }
span { border-color: rgb(253,255,208); }
td.TdClassName
{
border-color: #FDFFD0;
}
.TagClassName
{
border-color: #FDFFD0;
}
</style>