Html Css Color HEX #FDFED2 Light Goldenrod Yellow
📋 copy color: '#FDFED2'red 253 ◦ green 254 ◦ blue 210
Shades of Light Goldenrod Yellow #FDFED2
Tints of Light Goldenrod Yellow #FDFED2
RGB
CMYK
RGB Variations
Color information
#FDFED2 (or 0xFDFED2) is known color: Light Goldenrod Yellow. HEX triplet: FD, FE and D2. RGB value is (253,254,210). Sum of RGB (Red+Green+Blue) = 253+254+210=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 210 (82.42% from 255 or 29.29% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED2 is #02012D. Grayscale: #F8F8F8. Windows color (decimal): -131374 or 13827837. OLE color: 13827837.
HSL color Cylindrical-coordinate representation of color #FDFED2: hue angle of 61.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDFED2 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 210 | - |
CMYK | 0.00 | 0 | 0.17 | 0.00 |
HSL | 61.36º | 0.96% | 0.91% | - |
HSV(B) | 61.36º | 0.17% | 1% | - |
XYZ | 87.58 | 96.42 | 74.97 | - |
YUV | 248.69 | 106.17 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 210 | 0.00 | 0 | 0.17 | 0.00 | 61.36 | 0.96 | 0.91 |
Hex | FD | FE | D2 | 0 | 0 | 11 | 0 | 3D | 60 | 5B |
Octal | 375 | 376 | 322 | 0 | 0 | 21 | 0 | 75 | 140 | 133 |
Binary | 11111101 | 11111110 | 11010010 | 0 | 0 | 10001 | 0 | 111101 | 1100000 | 1011011 |
Color Harmonies of #FDFED2
Complementary color
Monochromatic Colors of #FDFED2
Black with #FDFED2
Text Example
Text Example
White with #FDFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFED2; }
p { color: rgb(253,254,210); }
H1.HeaderClassName
{
color: #FDFED2;
}
.AnyTagClassName
{
color: #FDFED2;
}
</style>
background-color css
<style>
a { background-color: #FDFED2; }
a { background-color: rgb(253,254,210); }
div.DivClassName
{
background-color: #FDFED2;
}
.BgClassName
{
background-color: #FDFED2;
}
</style>
border-color css
<style>
span { border-color: #FDFED2; }
span { border-color: rgb(253,254,210); }
td.TdClassName
{
border-color: #FDFED2;
}
.TagClassName
{
border-color: #FDFED2;
}
</style>