#FAFAD9

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

Shades of Light Goldenrod Yellow #FAFAD9

Tints of Light Goldenrod Yellow #FAFAD9

Color information

#FAFAD9 (or 0xFAFAD9) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FA and D9. RGB value is (250,250,217). Sum of RGB (Red+Green+Blue) = 250+250+217=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 217 (85.16% from 255 or 30.26% from 717); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAD9 is #050526. Grayscale: #F6F6F6. Windows color (decimal): -328999 or 14285562. OLE color: 14285562.

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

Color convert

RGB250250217-
CMYK000.130.02
HSL60º76.74%91.57%-
HSV(B)60º13.2%98.04%-
XYZ86.1393.779.19-
YUV246.24111.5130.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 217 (85.16% from 255) = 30.26%
R=34.87%
G=34.87%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250217000.130.026076.7491.57
HexFAFAD900D23c4d5c
Octal3723723310015274115134
Binary1111101011111010110110010011011011110010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAD9; }

 p { color: rgb(250,250,217); }

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

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

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

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

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

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

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