Html Css Color HEX #FCFFD5 Light Goldenrod Yellow
📋 copy color: '#FCFFD5'red 252 ◦ green 255 ◦ blue 213
Shades of Light Goldenrod Yellow #FCFFD5
Tints of Light Goldenrod Yellow #FCFFD5
RGB
CMYK
RGB Variations
Color information
#FCFFD5 (or 0xFCFFD5) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and D5. RGB value is (252,255,213). Sum of RGB (Red+Green+Blue) = 252+255+213=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 213 (83.59% from 255 or 29.58% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD5 is #03002A. Grayscale: #F9F9F9. Windows color (decimal): -196651 or 14024700. OLE color: 14024700.
HSL color Cylindrical-coordinate representation of color #FCFFD5: hue angle of 64.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCFFD5 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 213 | - |
| CMYK | 0.01 | 0 | 0.16 | 0 |
| HSL | 64.29º | 1% | 0.92% | - |
| HSV(B) | 64.29º | 0.16% | 1% | - |
| XYZ | 87.92 | 97.02 | 77.04 | - |
| YUV | 249.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 213 | 0.01 | 0 | 0.16 | 0 | 64.29 | 1 | 0.92 |
| Hex | FC | FF | D5 | 1 | 0 | 10 | 0 | 40 | 64 | 5C |
| Octal | 374 | 377 | 325 | 1 | 0 | 20 | 0 | 100 | 144 | 134 |
| Binary | 11111100 | 11111111 | 11010101 | 1 | 0 | 10000 | 0 | 1000000 | 1100100 | 1011100 |
Color Harmonies of #FCFFD5
Complementary color
Monochromatic Colors of #FCFFD5
Black with #FCFFD5
Text Example
Text Example
White with #FCFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFD5; }
p { color: rgb(252,255,213); }
H1.HeaderClassName
{
color: #FCFFD5;
}
.AnyTagClassName
{
color: #FCFFD5;
}
</style>
background-color css
<style>
a { background-color: #FCFFD5; }
a { background-color: rgb(252,255,213); }
div.DivClassName
{
background-color: #FCFFD5;
}
.BgClassName
{
background-color: #FCFFD5;
}
</style>
border-color css
<style>
span { border-color: #FCFFD5; }
span { border-color: rgb(252,255,213); }
td.TdClassName
{
border-color: #FCFFD5;
}
.TagClassName
{
border-color: #FCFFD5;
}
</style>