Html Css Color HEX #FBFDD8 Light Goldenrod Yellow
📋 copy color: '#FBFDD8'red 251 ◦ green 253 ◦ blue 216
Shades of Light Goldenrod Yellow #FBFDD8
Tints of Light Goldenrod Yellow #FBFDD8
RGB
CMYK
RGB Variations
Color information
#FBFDD8 (or 0xFBFDD8) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D8. RGB value is (251,253,216). Sum of RGB (Red+Green+Blue) = 251+253+216=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 216 (84.77% from 255 or 30% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD8 is #040227. Grayscale: #F8F8F8. Windows color (decimal): -262696 or 14220795. OLE color: 14220795.
HSL color Cylindrical-coordinate representation of color #FBFDD8: hue angle of 63.24º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBFDD8 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 216 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.01 |
| HSL | 63.24º | 0.9% | 0.92% | - |
| HSV(B) | 63.24º | 0.15% | 0.99% | - |
| XYZ | 87.3 | 95.72 | 78.84 | - |
| YUV | 248.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 216 | 0.01 | 0 | 0.15 | 0.01 | 63.24 | 0.9 | 0.92 |
| Hex | FB | FD | D8 | 1 | 0 | F | 1 | 3F | 5A | 5C |
| Octal | 373 | 375 | 330 | 1 | 0 | 17 | 1 | 77 | 132 | 134 |
| Binary | 11111011 | 11111101 | 11011000 | 1 | 0 | 1111 | 1 | 111111 | 1011010 | 1011100 |
Color Harmonies of #FBFDD8
Complementary color
Monochromatic Colors of #FBFDD8
Black with #FBFDD8
Text Example
Text Example
White with #FBFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDD8; }
p { color: rgb(251,253,216); }
H1.HeaderClassName
{
color: #FBFDD8;
}
.AnyTagClassName
{
color: #FBFDD8;
}
</style>
background-color css
<style>
a { background-color: #FBFDD8; }
a { background-color: rgb(251,253,216); }
div.DivClassName
{
background-color: #FBFDD8;
}
.BgClassName
{
background-color: #FBFDD8;
}
</style>
border-color css
<style>
span { border-color: #FBFDD8; }
span { border-color: rgb(251,253,216); }
td.TdClassName
{
border-color: #FBFDD8;
}
.TagClassName
{
border-color: #FBFDD8;
}
</style>