Html Css Color HEX #FCFDD4 Light Goldenrod Yellow
📋 copy color: '#FCFDD4'red 252 ◦ green 253 ◦ blue 212
Shades of Light Goldenrod Yellow #FCFDD4
Tints of Light Goldenrod Yellow #FCFDD4
RGB
CMYK
RGB Variations
Color information
#FCFDD4 (or 0xFCFDD4) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D4. RGB value is (252,253,212). Sum of RGB (Red+Green+Blue) = 252+253+212=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 212 (83.20% from 255 or 29.57% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD4 is #03022B. Grayscale: #F8F8F8. Windows color (decimal): -197164 or 13958652. OLE color: 13958652.
HSL color Cylindrical-coordinate representation of color #FCFDD4: hue angle of 61.46º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCFDD4 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 212 | - |
CMYK | 0.00 | 0 | 0.16 | 0.01 |
HSL | 61.46º | 0.91% | 0.91% | - |
HSV(B) | 61.46º | 0.16% | 0.99% | - |
XYZ | 87.15 | 95.7 | 76.17 | - |
YUV | 248.03 | 107.67 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 212 | 0.00 | 0 | 0.16 | 0.01 | 61.46 | 0.91 | 0.91 |
Hex | FC | FD | D4 | 0 | 0 | 10 | 1 | 3D | 5B | 5B |
Octal | 374 | 375 | 324 | 0 | 0 | 20 | 1 | 75 | 133 | 133 |
Binary | 11111100 | 11111101 | 11010100 | 0 | 0 | 10000 | 1 | 111101 | 1011011 | 1011011 |
Color Harmonies of #FCFDD4
Complementary color
Monochromatic Colors of #FCFDD4
Black with #FCFDD4
Text Example
Text Example
White with #FCFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDD4; }
p { color: rgb(252,253,212); }
H1.HeaderClassName
{
color: #FCFDD4;
}
.AnyTagClassName
{
color: #FCFDD4;
}
</style>
background-color css
<style>
a { background-color: #FCFDD4; }
a { background-color: rgb(252,253,212); }
div.DivClassName
{
background-color: #FCFDD4;
}
.BgClassName
{
background-color: #FCFDD4;
}
</style>
border-color css
<style>
span { border-color: #FCFDD4; }
span { border-color: rgb(252,253,212); }
td.TdClassName
{
border-color: #FCFDD4;
}
.TagClassName
{
border-color: #FCFDD4;
}
</style>