#FBFAD6

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

Shades of Light Goldenrod Yellow #FBFAD6

Tints of Light Goldenrod Yellow #FBFAD6

Color information

#FBFAD6 (or 0xFBFAD6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FA and D6. RGB value is (251,250,214). Sum of RGB (Red+Green+Blue) = 251+250+214=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 214 (83.98% from 255 or 29.93% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAD6 is #040529. Grayscale: #F6F6F6. Windows color (decimal): -263466 or 14088955. OLE color: 14088955.

HSL color Cylindrical-coordinate representation of color #FBFAD6: hue angle of 58.38º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBFAD6 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251250214-
CMYK00.000.150.02
HSL58.38º82.22%91.18%-
HSV(B)58.38º14.74%98.43%-
XYZ86.1193.7477.17-
YUV246.2109.83131.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 214 (83.98% from 255) = 29.93%
R=35.10%
G=34.97%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125021400.000.150.0258.3882.2291.18
HexFBFAD600F23a525b
Octal3733723260017272122133
Binary1111101111111010110101100011111011101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAD6; }

 p { color: rgb(251,250,214); }

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

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

 a { background-color: rgb(251,250,214); }

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

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

 span { border-color: rgb(251,250,214); }

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