#FAFFD9

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

Shades of Light Goldenrod Yellow #FAFFD9

Tints of Light Goldenrod Yellow #FAFFD9

Color information

#FAFFD9 (or 0xFAFFD9) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FF and D9. RGB value is (250,255,217). Sum of RGB (Red+Green+Blue) = 250+255+217=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 217 (85.16% from 255 or 30.06% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD9 is #050026. Grayscale: #F9F9F9. Windows color (decimal): -327719 or 14286842. OLE color: 14286842.

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

Color convert

RGB250255217-
CMYK0.0200.150
HSL67.89º100%92.55%-
HSV(B)67.89º14.9%100%-
XYZ87.7196.8579.72-
YUV249.17109.84128.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 255 (100% from 255) = 35.32%
BLUE value IS 217 (85.16% from 255) = 30.06%
R=34.63%
G=35.32%
B=30.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552170.0200.15067.8910092.55
HexFAFFD920F044645d
Octal37237733120170104144135
Binary11111010111111111101100110011110100010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFD9; }

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

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

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

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

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

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

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

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