#FBFDD7

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

Shades of Light Goldenrod Yellow #FBFDD7

Tints of Light Goldenrod Yellow #FBFDD7

Color information

#FBFDD7 (or 0xFBFDD7) is unknown color: approx 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

RGB251253215-
CMYK0.0100.150.01
HSL63.16º90.48%91.76%-
HSV(B)63.16º15.02%99.22%-
XYZ87.1795.6778.16-
YUV248.07109.34130.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 253 (99.22% from 255) = 35.19%
BLUE value IS 215 (84.38% from 255) = 29.90%
R=34.91%
G=35.19%
B=29.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512532150.0100.150.0163.1690.4891.76
HexFBFDD710F13f5a5c
Octal3733753271017177132134
Binary111110111111110111010111101111111111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>