Html Css Color HEX #FCFDCC Light Goldenrod Yellow
📋 copy color: '#FCFDCC'red 252 ◦ green 253 ◦ blue 204
Shades of Light Goldenrod Yellow #FCFDCC
Tints of Light Goldenrod Yellow #FCFDCC
RGB
CMYK
RGB Variations
Color information
#FCFDCC (or 0xFCFDCC) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and CC. RGB value is (252,253,204). Sum of RGB (Red+Green+Blue) = 252+253+204=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 204 (80.08% from 255 or 28.77% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCC is #030233. Grayscale: #F7F7F7. Windows color (decimal): -197172 or 13434364. OLE color: 13434364.
HSL color Cylindrical-coordinate representation of color #FCFDCC: hue angle of 61.22º 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 #FCFDCC is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 204 | - |
CMYK | 0.00 | 0 | 0.19 | 0.01 |
HSL | 61.22º | 0.92% | 0.9% | - |
HSV(B) | 61.22º | 0.19% | 0.99% | - |
XYZ | 86.17 | 95.31 | 70.98 | - |
YUV | 247.12 | 103.67 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 204 | 0.00 | 0 | 0.19 | 0.01 | 61.22 | 0.92 | 0.9 |
Hex | FC | FD | CC | 0 | 0 | 13 | 1 | 3D | 5C | 5A |
Octal | 374 | 375 | 314 | 0 | 0 | 23 | 1 | 75 | 134 | 132 |
Binary | 11111100 | 11111101 | 11001100 | 0 | 0 | 10011 | 1 | 111101 | 1011100 | 1011010 |
Color Harmonies of #FCFDCC
Complementary color
Monochromatic Colors of #FCFDCC
Black with #FCFDCC
Text Example
Text Example
White with #FCFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDCC; }
p { color: rgb(252,253,204); }
H1.HeaderClassName
{
color: #FCFDCC;
}
.AnyTagClassName
{
color: #FCFDCC;
}
</style>
background-color css
<style>
a { background-color: #FCFDCC; }
a { background-color: rgb(252,253,204); }
div.DivClassName
{
background-color: #FCFDCC;
}
.BgClassName
{
background-color: #FCFDCC;
}
</style>
border-color css
<style>
span { border-color: #FCFDCC; }
span { border-color: rgb(252,253,204); }
td.TdClassName
{
border-color: #FCFDCC;
}
.TagClassName
{
border-color: #FCFDCC;
}
</style>