Html Css Color HEX #FBFBD6 Light Goldenrod Yellow
📋 copy color: '#FBFBD6'red 251 ◦ green 251 ◦ blue 214
Shades of Light Goldenrod Yellow #FBFBD6
Tints of Light Goldenrod Yellow #FBFBD6
RGB
CMYK
RGB Variations
Color information
#FBFBD6 (or 0xFBFBD6) is known color: Light Goldenrod Yellow. HEX triplet: FB, FB and D6. RGB value is (251,251,214). Sum of RGB (Red+Green+Blue) = 251+251+214=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 214 (83.98% from 255 or 29.89% from 716); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBD6 is #040429. Grayscale: #F6F6F6. Windows color (decimal): -263210 or 14089211. OLE color: 14089211.
HSL color Cylindrical-coordinate representation of color #FBFBD6: hue angle of 60º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBFBD6 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 214 | - |
| CMYK | 0 | 0 | 0.15 | 0.02 |
| HSL | 60º | 0.82% | 0.91% | - |
| HSV(B) | 60º | 0.15% | 0.98% | - |
| XYZ | 86.42 | 94.36 | 77.28 | - |
| YUV | 246.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 214 | 0 | 0 | 0.15 | 0.02 | 60 | 0.82 | 0.91 |
| Hex | FB | FB | D6 | 0 | 0 | F | 2 | 3C | 52 | 5B |
| Octal | 373 | 373 | 326 | 0 | 0 | 17 | 2 | 74 | 122 | 133 |
| Binary | 11111011 | 11111011 | 11010110 | 0 | 0 | 1111 | 10 | 111100 | 1010010 | 1011011 |
Color Harmonies of #FBFBD6
Complementary color
Monochromatic Colors of #FBFBD6
Black with #FBFBD6
Text Example
Text Example
White with #FBFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBD6; }
p { color: rgb(251,251,214); }
H1.HeaderClassName
{
color: #FBFBD6;
}
.AnyTagClassName
{
color: #FBFBD6;
}
</style>
background-color css
<style>
a { background-color: #FBFBD6; }
a { background-color: rgb(251,251,214); }
div.DivClassName
{
background-color: #FBFBD6;
}
.BgClassName
{
background-color: #FBFBD6;
}
</style>
border-color css
<style>
span { border-color: #FBFBD6; }
span { border-color: rgb(251,251,214); }
td.TdClassName
{
border-color: #FBFBD6;
}
.TagClassName
{
border-color: #FBFBD6;
}
</style>