#FAF7D1

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

Shades of Light Goldenrod Yellow #FAF7D1

Tints of Light Goldenrod Yellow #FAF7D1

Color information

#FAF7D1 (or 0xFAF7D1) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F7 and D1. RGB value is (250,247,209). Sum of RGB (Red+Green+Blue) = 250+247+209=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 209 (82.03% from 255 or 29.60% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D1 is #05082E. Grayscale: #F3F3F3. Windows color (decimal): -329775 or 13760506. OLE color: 13760506.

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

Color convert

RGB250247209-
CMYK00.010.160.02
HSL55.61º80.39%90%-
HSV(B)55.61º16.4%98.04%-
XYZ84.1991.4573.54-
YUV243.56108.49132.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 247 (96.88% from 255) = 34.99%
BLUE value IS 209 (82.03% from 255) = 29.60%
R=35.41%
G=34.99%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024720900.010.160.0255.6180.3990
HexFAF7D10110238505a
Octal3723673210120270120132
Binary11111010111101111101000101100001011100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7D1; }

 p { color: rgb(250,247,209); }

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

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

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

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

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

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

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