#FBFED8

Color #FBFED8 Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FBFED8

Tints of Light Goldenrod Yellow #FBFED8

Color information

#FBFED8 (or 0xFBFED8) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FE and D8. RGB value is (251,254,216). Sum of RGB (Red+Green+Blue) = 251+254+216=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 216 (84.77% from 255 or 29.96% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFED8 is #040127. Grayscale: #F8F8F8. Windows color (decimal): -262440 or 14221051. OLE color: 14221051.

HSL color Cylindrical-coordinate representation of color #FBFED8: hue angle of 64.74º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBFED8 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB251254216-
CMYK0.0100.150.00
HSL64.74º95%92.16%-
HSV(B)64.74º14.96%99.61%-
XYZ87.6296.3578.95-
YUV248.77109.51129.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 216 (84.77% from 255) = 29.96%
R=34.81%
G=35.23%
B=29.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512542160.0100.150.0064.749592.16
HexFBFED810F0415f5c
Octal37337633010170101137134
Binary1111101111111110110110001011110100000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFED8; }

 p { color: rgb(251,254,216); }

 H1.HeaderClassName
 {
   color: #FBFED8;
 }
 .AnyTagClassName
 {
   color: #FBFED8;
 }
</style>
background-color css

<style>
 a { background-color: #FBFED8; }

 a { background-color: rgb(251,254,216); }

 div.DivClassName
 {
   background-color: #FBFED8;
 }
 .BgClassName
 {
   background-color: #FBFED8;
 }
</style>
border-color css

<style>
 span { border-color: #FBFED8; }

 span { border-color: rgb(251,254,216); }

 td.TdClassName
 {
   border-color: #FBFED8;
 }
 .TagClassName
 {
   border-color: #FBFED8;
 }
</style>