Html Css Color HEX #FBFDD3 Light Goldenrod Yellow
📋 copy color: '#FBFDD3'red 251 ◦ green 253 ◦ blue 211
Shades of Light Goldenrod Yellow #FBFDD3
Tints of Light Goldenrod Yellow #FBFDD3
RGB
CMYK
RGB Variations
Color information
#FBFDD3 (or 0xFBFDD3) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D3. RGB value is (251,253,211). Sum of RGB (Red+Green+Blue) = 251+253+211=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 211 (82.81% from 255 or 29.51% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD3 is #04022C. Grayscale: #F7F7F7. Windows color (decimal): -262701 or 13893115. OLE color: 13893115.
HSL color Cylindrical-coordinate representation of color #FBFDD3: hue angle of 62.86º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBFDD3 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 211 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.01 |
| HSL | 62.86º | 0.91% | 0.91% | - |
| HSV(B) | 62.86º | 0.17% | 0.99% | - |
| XYZ | 86.67 | 95.46 | 75.49 | - |
| YUV | 247.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 211 | 0.01 | 0 | 0.17 | 0.01 | 62.86 | 0.91 | 0.91 |
| Hex | FB | FD | D3 | 1 | 0 | 11 | 1 | 3F | 5B | 5B |
| Octal | 373 | 375 | 323 | 1 | 0 | 21 | 1 | 77 | 133 | 133 |
| Binary | 11111011 | 11111101 | 11010011 | 1 | 0 | 10001 | 1 | 111111 | 1011011 | 1011011 |
Color Harmonies of #FBFDD3
Complementary color
Monochromatic Colors of #FBFDD3
Black with #FBFDD3
Text Example
Text Example
White with #FBFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDD3; }
p { color: rgb(251,253,211); }
H1.HeaderClassName
{
color: #FBFDD3;
}
.AnyTagClassName
{
color: #FBFDD3;
}
</style>
background-color css
<style>
a { background-color: #FBFDD3; }
a { background-color: rgb(251,253,211); }
div.DivClassName
{
background-color: #FBFDD3;
}
.BgClassName
{
background-color: #FBFDD3;
}
</style>
border-color css
<style>
span { border-color: #FBFDD3; }
span { border-color: rgb(251,253,211); }
td.TdClassName
{
border-color: #FBFDD3;
}
.TagClassName
{
border-color: #FBFDD3;
}
</style>