#FAF9D6

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

Shades of Light Goldenrod Yellow #FAF9D6

Tints of Light Goldenrod Yellow #FAF9D6

Color information

#FAF9D6 (or 0xFAF9D6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F9 and D6. RGB value is (250,249,214). Sum of RGB (Red+Green+Blue) = 250+249+214=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 214 (83.98% from 255 or 30.01% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9D6 is #050629. Grayscale: #F5F5F5. Windows color (decimal): -329258 or 14088698. OLE color: 14088698.

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

Color convert

RGB250249214-
CMYK00.000.140.02
HSL58.33º78.26%90.98%-
HSV(B)58.33º14.4%98.04%-
XYZ85.4492.9377.05-
YUV245.31110.33131.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 249 (97.66% from 255) = 34.92%
BLUE value IS 214 (83.98% from 255) = 30.01%
R=35.06%
G=34.92%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024921400.000.140.0258.3378.2690.98
HexFAF9D600E23a4e5b
Octal3723713260016272116133
Binary1111101011111001110101100011101011101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9D6; }

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

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

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

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

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

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

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

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