#FAF9CD

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

Shades of Light Goldenrod Yellow #FAF9CD

Tints of Light Goldenrod Yellow #FAF9CD

Color information

#FAF9CD (or 0xFAF9CD) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F9 and CD. RGB value is (250,249,205). Sum of RGB (Red+Green+Blue) = 250+249+205=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 205 (80.47% from 255 or 29.12% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9CD is #050632. Grayscale: #F4F4F4. Windows color (decimal): -329267 or 13498874. OLE color: 13498874.

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

Color convert

RGB250249205-
CMYK00.000.180.02
HSL58.67º81.82%89.22%-
HSV(B)58.67º18%98.04%-
XYZ84.3292.4871.16-
YUV244.28105.83132.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 249 (97.66% from 255) = 35.37%
BLUE value IS 205 (80.47% from 255) = 29.12%
R=35.51%
G=35.37%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024920500.000.180.0258.6781.8289.22
HexFAF9CD001223b5259
Octal3723713150022273122131
Binary11111010111110011100110100100101011101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9CD; }

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

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

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

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

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

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

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

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