Html Css Color HEX #FCFDD1 Light Goldenrod Yellow
📋 copy color: '#FCFDD1'red 252 ◦ green 253 ◦ blue 209
Shades of Light Goldenrod Yellow #FCFDD1
Tints of Light Goldenrod Yellow #FCFDD1
RGB
CMYK
RGB Variations
Color information
#FCFDD1 (or 0xFCFDD1) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D1. RGB value is (252,253,209). Sum of RGB (Red+Green+Blue) = 252+253+209=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 209 (82.03% from 255 or 29.27% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD1 is #03022E. Grayscale: #F7F7F7. Windows color (decimal): -197167 or 13762044. OLE color: 13762044.
HSL color Cylindrical-coordinate representation of color #FCFDD1: hue angle of 61.36º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCFDD1 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 209 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.01 |
| HSL | 61.36º | 0.92% | 0.91% | - |
| HSV(B) | 61.36º | 0.17% | 0.99% | - |
| XYZ | 86.78 | 95.55 | 74.19 | - |
| YUV | 247.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 209 | 0.00 | 0 | 0.17 | 0.01 | 61.36 | 0.92 | 0.91 |
| Hex | FC | FD | D1 | 0 | 0 | 11 | 1 | 3D | 5C | 5B |
| Octal | 374 | 375 | 321 | 0 | 0 | 21 | 1 | 75 | 134 | 133 |
| Binary | 11111100 | 11111101 | 11010001 | 0 | 0 | 10001 | 1 | 111101 | 1011100 | 1011011 |
Color Harmonies of #FCFDD1
Complementary color
Monochromatic Colors of #FCFDD1
Black with #FCFDD1
Text Example
Text Example
White with #FCFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDD1; }
p { color: rgb(252,253,209); }
H1.HeaderClassName
{
color: #FCFDD1;
}
.AnyTagClassName
{
color: #FCFDD1;
}
</style>
background-color css
<style>
a { background-color: #FCFDD1; }
a { background-color: rgb(252,253,209); }
div.DivClassName
{
background-color: #FCFDD1;
}
.BgClassName
{
background-color: #FCFDD1;
}
</style>
border-color css
<style>
span { border-color: #FCFDD1; }
span { border-color: rgb(252,253,209); }
td.TdClassName
{
border-color: #FCFDD1;
}
.TagClassName
{
border-color: #FCFDD1;
}
</style>