Html Css Color HEX #FDFCD6 Light Goldenrod Yellow
📋 copy color: '#FDFCD6'red 253 ◦ green 252 ◦ blue 214
Shades of Light Goldenrod Yellow #FDFCD6
Tints of Light Goldenrod Yellow #FDFCD6
RGB
CMYK
RGB Variations
Color information
#FDFCD6 (or 0xFDFCD6) is known color: Light Goldenrod Yellow. HEX triplet: FD, FC and D6. RGB value is (253,252,214). Sum of RGB (Red+Green+Blue) = 253+252+214=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 214 (83.98% from 255 or 29.76% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD6 is #020329. Grayscale: #F8F8F8. Windows color (decimal): -131882 or 14089469. OLE color: 14089469.
HSL color Cylindrical-coordinate representation of color #FDFCD6: hue angle of 58.46º degrees, saturation: 0.91, 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 #FDFCD6 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 214 | - |
CMYK | 0 | 0.00 | 0.15 | 0.01 |
HSL | 58.46º | 0.91% | 0.92% | - |
HSV(B) | 58.46º | 0.15% | 0.99% | - |
XYZ | 87.46 | 95.36 | 77.41 | - |
YUV | 247.97 | 108.83 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 214 | 0 | 0.00 | 0.15 | 0.01 | 58.46 | 0.91 | 0.92 |
Hex | FD | FC | D6 | 0 | 0 | F | 1 | 3A | 5B | 5C |
Octal | 375 | 374 | 326 | 0 | 0 | 17 | 1 | 72 | 133 | 134 |
Binary | 11111101 | 11111100 | 11010110 | 0 | 0 | 1111 | 1 | 111010 | 1011011 | 1011100 |
Color Harmonies of #FDFCD6
Complementary color
Monochromatic Colors of #FDFCD6
Black with #FDFCD6
Text Example
Text Example
White with #FDFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCD6; }
p { color: rgb(253,252,214); }
H1.HeaderClassName
{
color: #FDFCD6;
}
.AnyTagClassName
{
color: #FDFCD6;
}
</style>
background-color css
<style>
a { background-color: #FDFCD6; }
a { background-color: rgb(253,252,214); }
div.DivClassName
{
background-color: #FDFCD6;
}
.BgClassName
{
background-color: #FDFCD6;
}
</style>
border-color css
<style>
span { border-color: #FDFCD6; }
span { border-color: rgb(253,252,214); }
td.TdClassName
{
border-color: #FDFCD6;
}
.TagClassName
{
border-color: #FDFCD6;
}
</style>