Html Css Color HEX #FCFFD1 Light Goldenrod Yellow
📋 copy color: '#FCFFD1'red 252 ◦ green 255 ◦ blue 209
Shades of Light Goldenrod Yellow #FCFFD1
Tints of Light Goldenrod Yellow #FCFFD1
RGB
CMYK
RGB Variations
Color information
#FCFFD1 (or 0xFCFFD1) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and D1. RGB value is (252,255,209). Sum of RGB (Red+Green+Blue) = 252+255+209=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 209 (82.03% from 255 or 29.19% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD1 is #03002E. Grayscale: #F9F9F9. Windows color (decimal): -196655 or 13762556. OLE color: 13762556.
HSL color Cylindrical-coordinate representation of color #FCFFD1: hue angle of 63.91º 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 #FCFFD1 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 209 | - |
| CMYK | 0.01 | 0 | 0.18 | 0 |
| HSL | 63.91º | 1% | 0.91% | - |
| HSV(B) | 63.91º | 0.18% | 1% | - |
| XYZ | 87.41 | 96.82 | 74.4 | - |
| YUV | 248.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 209 | 0.01 | 0 | 0.18 | 0 | 63.91 | 1 | 0.91 |
| Hex | FC | FF | D1 | 1 | 0 | 12 | 0 | 40 | 64 | 5B |
| Octal | 374 | 377 | 321 | 1 | 0 | 22 | 0 | 100 | 144 | 133 |
| Binary | 11111100 | 11111111 | 11010001 | 1 | 0 | 10010 | 0 | 1000000 | 1100100 | 1011011 |
Color Harmonies of #FCFFD1
Complementary color
Monochromatic Colors of #FCFFD1
Black with #FCFFD1
Text Example
Text Example
White with #FCFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFD1; }
p { color: rgb(252,255,209); }
H1.HeaderClassName
{
color: #FCFFD1;
}
.AnyTagClassName
{
color: #FCFFD1;
}
</style>
background-color css
<style>
a { background-color: #FCFFD1; }
a { background-color: rgb(252,255,209); }
div.DivClassName
{
background-color: #FCFFD1;
}
.BgClassName
{
background-color: #FCFFD1;
}
</style>
border-color css
<style>
span { border-color: #FCFFD1; }
span { border-color: rgb(252,255,209); }
td.TdClassName
{
border-color: #FCFFD1;
}
.TagClassName
{
border-color: #FCFFD1;
}
</style>