#FBFFD7

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

Shades of Light Goldenrod Yellow #FBFFD7

Tints of Light Goldenrod Yellow #FBFFD7

Color information

#FBFFD7 (or 0xFBFFD7) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FF and D7. RGB value is (251,255,215). Sum of RGB (Red+Green+Blue) = 251+255+215=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 215 (84.38% from 255 or 29.82% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD7 is #040028. Grayscale: #F9F9F9. Windows color (decimal): -262185 or 14155771. OLE color: 14155771.

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

Color convert

RGB251255215-
CMYK0.0200.160
HSL66º100%92.16%-
HSV(B)66º15.69%100%-
XYZ87.8196.9478.37-
YUV249.24108.67129.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 215 (84.38% from 255) = 29.82%
R=34.81%
G=35.37%
B=29.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552150.0200.1606610092.16
HexFBFFD72010042645c
Octal37337732720200102144134
Binary111110111111111111010111100100000100001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFD7; }

 p { color: rgb(251,255,215); }

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

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

 a { background-color: rgb(251,255,215); }

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

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

 span { border-color: rgb(251,255,215); }

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