Html Css Color HEX #FCFECD Light Goldenrod Yellow
📋 copy color: '#FCFECD'red 252 ◦ green 254 ◦ blue 205
Shades of Light Goldenrod Yellow #FCFECD
Tints of Light Goldenrod Yellow #FCFECD
RGB
CMYK
RGB Variations
Color information
#FCFECD (or 0xFCFECD) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and CD. RGB value is (252,254,205). Sum of RGB (Red+Green+Blue) = 252+254+205=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 205 (80.47% from 255 or 28.83% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECD is #030132. Grayscale: #F8F8F8. Windows color (decimal): -196915 or 13500156. OLE color: 13500156.
HSL color Cylindrical-coordinate representation of color #FCFECD: hue angle of 62.45º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFECD is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 205 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.00 |
| HSL | 62.45º | 0.96% | 0.9% | - |
| HSV(B) | 62.45º | 0.19% | 1% | - |
| XYZ | 86.61 | 95.99 | 71.72 | - |
| YUV | 247.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 205 | 0.01 | 0 | 0.19 | 0.00 | 62.45 | 0.96 | 0.9 |
| Hex | FC | FE | CD | 1 | 0 | 13 | 0 | 3E | 60 | 5A |
| Octal | 374 | 376 | 315 | 1 | 0 | 23 | 0 | 76 | 140 | 132 |
| Binary | 11111100 | 11111110 | 11001101 | 1 | 0 | 10011 | 0 | 111110 | 1100000 | 1011010 |
Color Harmonies of #FCFECD
Complementary color
Monochromatic Colors of #FCFECD
Black with #FCFECD
Text Example
Text Example
White with #FCFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFECD; }
p { color: rgb(252,254,205); }
H1.HeaderClassName
{
color: #FCFECD;
}
.AnyTagClassName
{
color: #FCFECD;
}
</style>
background-color css
<style>
a { background-color: #FCFECD; }
a { background-color: rgb(252,254,205); }
div.DivClassName
{
background-color: #FCFECD;
}
.BgClassName
{
background-color: #FCFECD;
}
</style>
border-color css
<style>
span { border-color: #FCFECD; }
span { border-color: rgb(252,254,205); }
td.TdClassName
{
border-color: #FCFECD;
}
.TagClassName
{
border-color: #FCFECD;
}
</style>