Html Css Color HEX #FCFFCF Light Goldenrod Yellow
📋 copy color: '#FCFFCF'red 252 ◦ green 255 ◦ blue 207
Shades of Light Goldenrod Yellow #FCFFCF
Tints of Light Goldenrod Yellow #FCFFCF
RGB
CMYK
RGB Variations
Color information
#FCFFCF (or 0xFCFFCF) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and CF. RGB value is (252,255,207). Sum of RGB (Red+Green+Blue) = 252+255+207=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 207 (81.25% from 255 or 28.99% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCF is #030030. Grayscale: #F8F8F8. Windows color (decimal): -196657 or 13631484. OLE color: 13631484.
HSL color Cylindrical-coordinate representation of color #FCFFCF: hue angle of 63.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFFCF is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 207 | - |
| CMYK | 0.01 | 0 | 0.19 | 0 |
| HSL | 63.75º | 1% | 0.91% | - |
| HSV(B) | 63.75º | 0.19% | 1% | - |
| XYZ | 87.17 | 96.72 | 73.11 | - |
| YUV | 248.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 207 | 0.01 | 0 | 0.19 | 0 | 63.75 | 1 | 0.91 |
| Hex | FC | FF | CF | 1 | 0 | 13 | 0 | 40 | 64 | 5B |
| Octal | 374 | 377 | 317 | 1 | 0 | 23 | 0 | 100 | 144 | 133 |
| Binary | 11111100 | 11111111 | 11001111 | 1 | 0 | 10011 | 0 | 1000000 | 1100100 | 1011011 |
Color Harmonies of #FCFFCF
Complementary color
Monochromatic Colors of #FCFFCF
Black with #FCFFCF
Text Example
Text Example
White with #FCFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFCF; }
p { color: rgb(252,255,207); }
H1.HeaderClassName
{
color: #FCFFCF;
}
.AnyTagClassName
{
color: #FCFFCF;
}
</style>
background-color css
<style>
a { background-color: #FCFFCF; }
a { background-color: rgb(252,255,207); }
div.DivClassName
{
background-color: #FCFFCF;
}
.BgClassName
{
background-color: #FCFFCF;
}
</style>
border-color css
<style>
span { border-color: #FCFFCF; }
span { border-color: rgb(252,255,207); }
td.TdClassName
{
border-color: #FCFFCF;
}
.TagClassName
{
border-color: #FCFFCF;
}
</style>