Html Css Color HEX #FBFDD7 Light Goldenrod Yellow
📋 copy color: '#FBFDD7'red 251 ◦ green 253 ◦ blue 215
Shades of Light Goldenrod Yellow #FBFDD7
Tints of Light Goldenrod Yellow #FBFDD7
RGB
CMYK
RGB Variations
Color information
#FBFDD7 (or 0xFBFDD7) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D7. RGB value is (251,253,215). Sum of RGB (Red+Green+Blue) = 251+253+215=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 215 (84.38% from 255 or 29.90% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD7 is #040228. Grayscale: #F8F8F8. Windows color (decimal): -262697 or 14155259. OLE color: 14155259.
HSL color Cylindrical-coordinate representation of color #FBFDD7: hue angle of 63.16º 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 #FBFDD7 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 215 | - |
CMYK | 0.01 | 0 | 0.15 | 0.01 |
HSL | 63.16º | 0.9% | 0.92% | - |
HSV(B) | 63.16º | 0.15% | 0.99% | - |
XYZ | 87.17 | 95.67 | 78.16 | - |
YUV | 248.07 | 109.34 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 215 | 0.01 | 0 | 0.15 | 0.01 | 63.16 | 0.9 | 0.92 |
Hex | FB | FD | D7 | 1 | 0 | F | 1 | 3F | 5A | 5C |
Octal | 373 | 375 | 327 | 1 | 0 | 17 | 1 | 77 | 132 | 134 |
Binary | 11111011 | 11111101 | 11010111 | 1 | 0 | 1111 | 1 | 111111 | 1011010 | 1011100 |
Color Harmonies of #FBFDD7
Complementary color
Monochromatic Colors of #FBFDD7
Black with #FBFDD7
Text Example
Text Example
White with #FBFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDD7; }
p { color: rgb(251,253,215); }
H1.HeaderClassName
{
color: #FBFDD7;
}
.AnyTagClassName
{
color: #FBFDD7;
}
</style>
background-color css
<style>
a { background-color: #FBFDD7; }
a { background-color: rgb(251,253,215); }
div.DivClassName
{
background-color: #FBFDD7;
}
.BgClassName
{
background-color: #FBFDD7;
}
</style>
border-color css
<style>
span { border-color: #FBFDD7; }
span { border-color: rgb(251,253,215); }
td.TdClassName
{
border-color: #FBFDD7;
}
.TagClassName
{
border-color: #FBFDD7;
}
</style>