Html Css Color HEX #FBFBD0 Light Goldenrod Yellow
📋 copy color: '#FBFBD0'red 251 ◦ green 251 ◦ blue 208
Shades of Light Goldenrod Yellow #FBFBD0
Tints of Light Goldenrod Yellow #FBFBD0
RGB
CMYK
RGB Variations
Color information
#FBFBD0 (or 0xFBFBD0) is known color: Light Goldenrod Yellow. HEX triplet: FB, FB and D0. RGB value is (251,251,208). Sum of RGB (Red+Green+Blue) = 251+251+208=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 208 (81.64% from 255 or 29.30% from 710); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBD0 is #04042F. Grayscale: #F6F6F6. Windows color (decimal): -263216 or 13695995. OLE color: 13695995.
HSL color Cylindrical-coordinate representation of color #FBFBD0: hue angle of 60º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBFBD0 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 208 | - |
| CMYK | 0 | 0 | 0.17 | 0.02 |
| HSL | 60º | 0.84% | 0.9% | - |
| HSV(B) | 60º | 0.17% | 0.98% | - |
| XYZ | 85.67 | 94.06 | 73.31 | - |
| YUV | 246.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 208 | 0 | 0 | 0.17 | 0.02 | 60 | 0.84 | 0.9 |
| Hex | FB | FB | D0 | 0 | 0 | 11 | 2 | 3C | 54 | 5A |
| Octal | 373 | 373 | 320 | 0 | 0 | 21 | 2 | 74 | 124 | 132 |
| Binary | 11111011 | 11111011 | 11010000 | 0 | 0 | 10001 | 10 | 111100 | 1010100 | 1011010 |
Color Harmonies of #FBFBD0
Complementary color
Monochromatic Colors of #FBFBD0
Black with #FBFBD0
Text Example
Text Example
White with #FBFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBD0; }
p { color: rgb(251,251,208); }
H1.HeaderClassName
{
color: #FBFBD0;
}
.AnyTagClassName
{
color: #FBFBD0;
}
</style>
background-color css
<style>
a { background-color: #FBFBD0; }
a { background-color: rgb(251,251,208); }
div.DivClassName
{
background-color: #FBFBD0;
}
.BgClassName
{
background-color: #FBFBD0;
}
</style>
border-color css
<style>
span { border-color: #FBFBD0; }
span { border-color: rgb(251,251,208); }
td.TdClassName
{
border-color: #FBFBD0;
}
.TagClassName
{
border-color: #FBFBD0;
}
</style>