Html Css Color HEX #FCFDD3 Light Goldenrod Yellow
📋 copy color: '#FCFDD3'red 252 ◦ green 253 ◦ blue 211
Shades of Light Goldenrod Yellow #FCFDD3
Tints of Light Goldenrod Yellow #FCFDD3
RGB
CMYK
RGB Variations
Color information
#FCFDD3 (or 0xFCFDD3) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D3. RGB value is (252,253,211). Sum of RGB (Red+Green+Blue) = 252+253+211=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 211 (82.81% from 255 or 29.47% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD3 is #03022C. Grayscale: #F8F8F8. Windows color (decimal): -197165 or 13893116. OLE color: 13893116.
HSL color Cylindrical-coordinate representation of color #FCFDD3: hue angle of 61.43º degrees, saturation: 0.91, 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 #FCFDD3 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 211 | - |
CMYK | 0.00 | 0 | 0.17 | 0.01 |
HSL | 61.43º | 0.91% | 0.91% | - |
HSV(B) | 61.43º | 0.17% | 0.99% | - |
XYZ | 87.03 | 95.65 | 75.5 | - |
YUV | 247.91 | 107.17 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 211 | 0.00 | 0 | 0.17 | 0.01 | 61.43 | 0.91 | 0.91 |
Hex | FC | FD | D3 | 0 | 0 | 11 | 1 | 3D | 5B | 5B |
Octal | 374 | 375 | 323 | 0 | 0 | 21 | 1 | 75 | 133 | 133 |
Binary | 11111100 | 11111101 | 11010011 | 0 | 0 | 10001 | 1 | 111101 | 1011011 | 1011011 |
Color Harmonies of #FCFDD3
Complementary color
Monochromatic Colors of #FCFDD3
Black with #FCFDD3
Text Example
Text Example
White with #FCFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDD3; }
p { color: rgb(252,253,211); }
H1.HeaderClassName
{
color: #FCFDD3;
}
.AnyTagClassName
{
color: #FCFDD3;
}
</style>
background-color css
<style>
a { background-color: #FCFDD3; }
a { background-color: rgb(252,253,211); }
div.DivClassName
{
background-color: #FCFDD3;
}
.BgClassName
{
background-color: #FCFDD3;
}
</style>
border-color css
<style>
span { border-color: #FCFDD3; }
span { border-color: rgb(252,253,211); }
td.TdClassName
{
border-color: #FCFDD3;
}
.TagClassName
{
border-color: #FCFDD3;
}
</style>