Html Css Color HEX #FCFDCD Light Goldenrod Yellow
📋 copy color: '#FCFDCD'red 252 ◦ green 253 ◦ blue 205
Shades of Light Goldenrod Yellow #FCFDCD
Tints of Light Goldenrod Yellow #FCFDCD
RGB
CMYK
RGB Variations
Color information
#FCFDCD (or 0xFCFDCD) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and CD. RGB value is (252,253,205). Sum of RGB (Red+Green+Blue) = 252+253+205=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCD is #030232. Grayscale: #F7F7F7. Windows color (decimal): -197171 or 13499900. OLE color: 13499900.
HSL color Cylindrical-coordinate representation of color #FCFDCD: hue angle of 61.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFDCD is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 205 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.01 |
| HSL | 61.25º | 0.92% | 0.9% | - |
| HSV(B) | 61.25º | 0.19% | 0.99% | - |
| XYZ | 86.29 | 95.35 | 71.61 | - |
| YUV | 247.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 205 | 0.00 | 0 | 0.19 | 0.01 | 61.25 | 0.92 | 0.9 |
| Hex | FC | FD | CD | 0 | 0 | 13 | 1 | 3D | 5C | 5A |
| Octal | 374 | 375 | 315 | 0 | 0 | 23 | 1 | 75 | 134 | 132 |
| Binary | 11111100 | 11111101 | 11001101 | 0 | 0 | 10011 | 1 | 111101 | 1011100 | 1011010 |
Color Harmonies of #FCFDCD
Complementary color
Monochromatic Colors of #FCFDCD
Black with #FCFDCD
Text Example
Text Example
White with #FCFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDCD; }
p { color: rgb(252,253,205); }
H1.HeaderClassName
{
color: #FCFDCD;
}
.AnyTagClassName
{
color: #FCFDCD;
}
</style>
background-color css
<style>
a { background-color: #FCFDCD; }
a { background-color: rgb(252,253,205); }
div.DivClassName
{
background-color: #FCFDCD;
}
.BgClassName
{
background-color: #FCFDCD;
}
</style>
border-color css
<style>
span { border-color: #FCFDCD; }
span { border-color: rgb(252,253,205); }
td.TdClassName
{
border-color: #FCFDCD;
}
.TagClassName
{
border-color: #FCFDCD;
}
</style>