Html Css Color HEX #FCFECE Light Goldenrod Yellow
📋 copy color: '#FCFECE'red 252 ◦ green 254 ◦ blue 206
Shades of Light Goldenrod Yellow #FCFECE
Tints of Light Goldenrod Yellow #FCFECE
RGB
CMYK
RGB Variations
Color information
#FCFECE (or 0xFCFECE) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and CE. RGB value is (252,254,206). Sum of RGB (Red+Green+Blue) = 252+254+206=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 206 (80.86% from 255 or 28.93% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECE is #030131. Grayscale: #F8F8F8. Windows color (decimal): -196914 or 13565692. OLE color: 13565692.
HSL color Cylindrical-coordinate representation of color #FCFECE: hue angle of 62.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFECE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 206 | - |
CMYK | 0.01 | 0 | 0.19 | 0.00 |
HSL | 62.5º | 0.96% | 0.9% | - |
HSV(B) | 62.5º | 0.19% | 1% | - |
XYZ | 86.73 | 96.04 | 72.36 | - |
YUV | 247.93 | 104.34 | 130.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 206 | 0.01 | 0 | 0.19 | 0.00 | 62.5 | 0.96 | 0.9 |
Hex | FC | FE | CE | 1 | 0 | 13 | 0 | 3F | 60 | 5A |
Octal | 374 | 376 | 316 | 1 | 0 | 23 | 0 | 77 | 140 | 132 |
Binary | 11111100 | 11111110 | 11001110 | 1 | 0 | 10011 | 0 | 111111 | 1100000 | 1011010 |
Color Harmonies of #FCFECE
Complementary color
Monochromatic Colors of #FCFECE
Black with #FCFECE
Text Example
Text Example
White with #FCFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFECE; }
p { color: rgb(252,254,206); }
H1.HeaderClassName
{
color: #FCFECE;
}
.AnyTagClassName
{
color: #FCFECE;
}
</style>
background-color css
<style>
a { background-color: #FCFECE; }
a { background-color: rgb(252,254,206); }
div.DivClassName
{
background-color: #FCFECE;
}
.BgClassName
{
background-color: #FCFECE;
}
</style>
border-color css
<style>
span { border-color: #FCFECE; }
span { border-color: rgb(252,254,206); }
td.TdClassName
{
border-color: #FCFECE;
}
.TagClassName
{
border-color: #FCFECE;
}
</style>