#FBFED4

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

Shades of Light Goldenrod Yellow #FBFED4

Tints of Light Goldenrod Yellow #FBFED4

Color information

#FBFED4 (or 0xFBFED4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FE and D4. RGB value is (251,254,212). Sum of RGB (Red+Green+Blue) = 251+254+212=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 212 (83.20% from 255 or 29.57% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFED4 is #04012B. Grayscale: #F8F8F8. Windows color (decimal): -262444 or 13958907. OLE color: 13958907.

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

Color convert

RGB251254212-
CMYK0.0100.170.00
HSL64.29º95.45%91.37%-
HSV(B)64.29º16.54%99.61%-
XYZ87.1196.1576.25-
YUV248.32107.51129.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 212 (83.20% from 255) = 29.57%
R=35.01%
G=35.43%
B=29.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512542120.0100.170.0064.2995.4591.37
HexFBFED410110405f5b
Octal37337632410210100137133
Binary11111011111111101101010010100010100000010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFED4; }

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

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

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

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

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

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

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

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