Html Css Color HEX #FCFFD2 Light Goldenrod Yellow
📋 copy color: '#FCFFD2'red 252 ◦ green 255 ◦ blue 210
Shades of Light Goldenrod Yellow #FCFFD2
Tints of Light Goldenrod Yellow #FCFFD2
RGB
CMYK
RGB Variations
Color information
#FCFFD2 (or 0xFCFFD2) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and D2. RGB value is (252,255,210). Sum of RGB (Red+Green+Blue) = 252+255+210=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 210 (82.42% from 255 or 29.29% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD2 is #03002D. Grayscale: #F9F9F9. Windows color (decimal): -196654 or 13828092. OLE color: 13828092.
HSL color Cylindrical-coordinate representation of color #FCFFD2: hue angle of 64º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCFFD2 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 210 | - |
| CMYK | 0.01 | 0 | 0.18 | 0 |
| HSL | 64º | 1% | 0.91% | - |
| HSV(B) | 64º | 0.18% | 1% | - |
| XYZ | 87.54 | 96.87 | 75.06 | - |
| YUV | 248.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 210 | 0.01 | 0 | 0.18 | 0 | 64 | 1 | 0.91 |
| Hex | FC | FF | D2 | 1 | 0 | 12 | 0 | 40 | 64 | 5B |
| Octal | 374 | 377 | 322 | 1 | 0 | 22 | 0 | 100 | 144 | 133 |
| Binary | 11111100 | 11111111 | 11010010 | 1 | 0 | 10010 | 0 | 1000000 | 1100100 | 1011011 |
Color Harmonies of #FCFFD2
Complementary color
Monochromatic Colors of #FCFFD2
Black with #FCFFD2
Text Example
Text Example
White with #FCFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFD2; }
p { color: rgb(252,255,210); }
H1.HeaderClassName
{
color: #FCFFD2;
}
.AnyTagClassName
{
color: #FCFFD2;
}
</style>
background-color css
<style>
a { background-color: #FCFFD2; }
a { background-color: rgb(252,255,210); }
div.DivClassName
{
background-color: #FCFFD2;
}
.BgClassName
{
background-color: #FCFFD2;
}
</style>
border-color css
<style>
span { border-color: #FCFFD2; }
span { border-color: rgb(252,255,210); }
td.TdClassName
{
border-color: #FCFFD2;
}
.TagClassName
{
border-color: #FCFFD2;
}
</style>