Html Css Color HEX #FBFDD5 Light Goldenrod Yellow
📋 copy color: '#FBFDD5'red 251 ◦ green 253 ◦ blue 213
Shades of Light Goldenrod Yellow #FBFDD5
Tints of Light Goldenrod Yellow #FBFDD5
RGB
CMYK
RGB Variations
Color information
#FBFDD5 (or 0xFBFDD5) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D5. RGB value is (251,253,213). Sum of RGB (Red+Green+Blue) = 251+253+213=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 213 (83.59% from 255 or 29.71% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD5 is #04022A. Grayscale: #F8F8F8. Windows color (decimal): -262699 or 14024187. OLE color: 14024187.
HSL color Cylindrical-coordinate representation of color #FBFDD5: hue angle of 63º 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 #FBFDD5 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 213 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.01 |
| HSL | 63º | 0.91% | 0.91% | - |
| HSV(B) | 63º | 0.16% | 0.99% | - |
| XYZ | 86.92 | 95.56 | 76.82 | - |
| YUV | 247.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 213 | 0.01 | 0 | 0.16 | 0.01 | 63 | 0.91 | 0.91 |
| Hex | FB | FD | D5 | 1 | 0 | 10 | 1 | 3F | 5B | 5B |
| Octal | 373 | 375 | 325 | 1 | 0 | 20 | 1 | 77 | 133 | 133 |
| Binary | 11111011 | 11111101 | 11010101 | 1 | 0 | 10000 | 1 | 111111 | 1011011 | 1011011 |
Color Harmonies of #FBFDD5
Complementary color
Monochromatic Colors of #FBFDD5
Black with #FBFDD5
Text Example
Text Example
White with #FBFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDD5; }
p { color: rgb(251,253,213); }
H1.HeaderClassName
{
color: #FBFDD5;
}
.AnyTagClassName
{
color: #FBFDD5;
}
</style>
background-color css
<style>
a { background-color: #FBFDD5; }
a { background-color: rgb(251,253,213); }
div.DivClassName
{
background-color: #FBFDD5;
}
.BgClassName
{
background-color: #FBFDD5;
}
</style>
border-color css
<style>
span { border-color: #FBFDD5; }
span { border-color: rgb(251,253,213); }
td.TdClassName
{
border-color: #FBFDD5;
}
.TagClassName
{
border-color: #FBFDD5;
}
</style>