Html Css Color HEX #FCFDCE Light Goldenrod Yellow
📋 copy color: '#FCFDCE'red 252 ◦ green 253 ◦ blue 206
Shades of Light Goldenrod Yellow #FCFDCE
Tints of Light Goldenrod Yellow #FCFDCE
RGB
CMYK
RGB Variations
Color information
#FCFDCE (or 0xFCFDCE) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and CE. RGB value is (252,253,206). Sum of RGB (Red+Green+Blue) = 252+253+206=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 206 (80.86% from 255 or 28.97% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCE is #030231. Grayscale: #F7F7F7. Windows color (decimal): -197170 or 13565436. OLE color: 13565436.
HSL color Cylindrical-coordinate representation of color #FCFDCE: hue angle of 61.28º 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 #FCFDCE is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 206 | - |
CMYK | 0.00 | 0 | 0.19 | 0.01 |
HSL | 61.28º | 0.92% | 0.9% | - |
HSV(B) | 61.28º | 0.19% | 0.99% | - |
XYZ | 86.41 | 95.4 | 72.25 | - |
YUV | 247.34 | 104.67 | 131.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 206 | 0.00 | 0 | 0.19 | 0.01 | 61.28 | 0.92 | 0.9 |
Hex | FC | FD | CE | 0 | 0 | 13 | 1 | 3D | 5C | 5A |
Octal | 374 | 375 | 316 | 0 | 0 | 23 | 1 | 75 | 134 | 132 |
Binary | 11111100 | 11111101 | 11001110 | 0 | 0 | 10011 | 1 | 111101 | 1011100 | 1011010 |
Color Harmonies of #FCFDCE
Complementary color
Monochromatic Colors of #FCFDCE
Black with #FCFDCE
Text Example
Text Example
White with #FCFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDCE; }
p { color: rgb(252,253,206); }
H1.HeaderClassName
{
color: #FCFDCE;
}
.AnyTagClassName
{
color: #FCFDCE;
}
</style>
background-color css
<style>
a { background-color: #FCFDCE; }
a { background-color: rgb(252,253,206); }
div.DivClassName
{
background-color: #FCFDCE;
}
.BgClassName
{
background-color: #FCFDCE;
}
</style>
border-color css
<style>
span { border-color: #FCFDCE; }
span { border-color: rgb(252,253,206); }
td.TdClassName
{
border-color: #FCFDCE;
}
.TagClassName
{
border-color: #FCFDCE;
}
</style>