Html Css Color HEX #FBFFD0 Light Goldenrod Yellow
📋 copy color: '#FBFFD0'red 251 ◦ green 255 ◦ blue 208
Shades of Light Goldenrod Yellow #FBFFD0
Tints of Light Goldenrod Yellow #FBFFD0
RGB
CMYK
RGB Variations
Color information
#FBFFD0 (or 0xFBFFD0) is known color: Light Goldenrod Yellow. HEX triplet: FB, FF and D0. RGB value is (251,255,208). Sum of RGB (Red+Green+Blue) = 251+255+208=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 208 (81.64% from 255 or 29.13% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD0 is #04002F. Grayscale: #F8F8F8. Windows color (decimal): -262192 or 13697019. OLE color: 13697019.
HSL color Cylindrical-coordinate representation of color #FBFFD0: hue angle of 65.11º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBFFD0 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 208 | - |
| CMYK | 0.02 | 0 | 0.18 | 0 |
| HSL | 65.11º | 1% | 0.91% | - |
| HSV(B) | 65.11º | 0.18% | 1% | - |
| XYZ | 86.93 | 96.58 | 73.74 | - |
| YUV | 248.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 208 | 0.02 | 0 | 0.18 | 0 | 65.11 | 1 | 0.91 |
| Hex | FB | FF | D0 | 2 | 0 | 12 | 0 | 41 | 64 | 5B |
| Octal | 373 | 377 | 320 | 2 | 0 | 22 | 0 | 101 | 144 | 133 |
| Binary | 11111011 | 11111111 | 11010000 | 10 | 0 | 10010 | 0 | 1000001 | 1100100 | 1011011 |
Color Harmonies of #FBFFD0
Complementary color
Monochromatic Colors of #FBFFD0
Black with #FBFFD0
Text Example
Text Example
White with #FBFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFD0; }
p { color: rgb(251,255,208); }
H1.HeaderClassName
{
color: #FBFFD0;
}
.AnyTagClassName
{
color: #FBFFD0;
}
</style>
background-color css
<style>
a { background-color: #FBFFD0; }
a { background-color: rgb(251,255,208); }
div.DivClassName
{
background-color: #FBFFD0;
}
.BgClassName
{
background-color: #FBFFD0;
}
</style>
border-color css
<style>
span { border-color: #FBFFD0; }
span { border-color: rgb(251,255,208); }
td.TdClassName
{
border-color: #FBFFD0;
}
.TagClassName
{
border-color: #FBFFD0;
}
</style>