Html Css Color HEX #FCFBD2 Light Goldenrod Yellow
📋 copy color: '#FCFBD2'red 252 ◦ green 251 ◦ blue 210
Shades of Light Goldenrod Yellow #FCFBD2
Tints of Light Goldenrod Yellow #FCFBD2
RGB
CMYK
RGB Variations
Color information
#FCFBD2 (or 0xFCFBD2) is known color: Light Goldenrod Yellow. HEX triplet: FC, FB and D2. RGB value is (252,251,210). Sum of RGB (Red+Green+Blue) = 252+251+210=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 210 (82.42% from 255 or 29.45% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD2 is #03042D. Grayscale: #F6F6F6. Windows color (decimal): -197678 or 13827068. OLE color: 13827068.
HSL color Cylindrical-coordinate representation of color #FCFBD2: hue angle of 58.57º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCFBD2 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 210 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.01 |
| HSL | 58.57º | 0.88% | 0.91% | - |
| HSV(B) | 58.57º | 0.17% | 0.99% | - |
| XYZ | 86.27 | 94.34 | 74.64 | - |
| YUV | 246.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 210 | 0 | 0.00 | 0.17 | 0.01 | 58.57 | 0.88 | 0.91 |
| Hex | FC | FB | D2 | 0 | 0 | 11 | 1 | 3B | 58 | 5B |
| Octal | 374 | 373 | 322 | 0 | 0 | 21 | 1 | 73 | 130 | 133 |
| Binary | 11111100 | 11111011 | 11010010 | 0 | 0 | 10001 | 1 | 111011 | 1011000 | 1011011 |
Color Harmonies of #FCFBD2
Complementary color
Monochromatic Colors of #FCFBD2
Black with #FCFBD2
Text Example
Text Example
White with #FCFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBD2; }
p { color: rgb(252,251,210); }
H1.HeaderClassName
{
color: #FCFBD2;
}
.AnyTagClassName
{
color: #FCFBD2;
}
</style>
background-color css
<style>
a { background-color: #FCFBD2; }
a { background-color: rgb(252,251,210); }
div.DivClassName
{
background-color: #FCFBD2;
}
.BgClassName
{
background-color: #FCFBD2;
}
</style>
border-color css
<style>
span { border-color: #FCFBD2; }
span { border-color: rgb(252,251,210); }
td.TdClassName
{
border-color: #FCFBD2;
}
.TagClassName
{
border-color: #FCFBD2;
}
</style>