#FAF8CD

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

Shades of Light Goldenrod Yellow #FAF8CD

Tints of Light Goldenrod Yellow #FAF8CD

Color information

#FAF8CD (or 0xFAF8CD) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F8 and CD. RGB value is (250,248,205). Sum of RGB (Red+Green+Blue) = 250+248+205=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 205 (80.47% from 255 or 29.16% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8CD is #050732. Grayscale: #F3F3F3. Windows color (decimal): -329523 or 13498618. OLE color: 13498618.

HSL color Cylindrical-coordinate representation of color #FAF8CD: hue angle of 57.33º 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 #FAF8CD is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250248205-
CMYK00.010.180.02
HSL57.33º81.82%89.22%-
HSV(B)57.33º18%98.04%-
XYZ84.0191.8771.06-
YUV243.7106.16132.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 248 (97.27% from 255) = 35.28%
BLUE value IS 205 (80.47% from 255) = 29.16%
R=35.56%
G=35.28%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024820500.010.180.0257.3381.8289.22
HexFAF8CD01122395259
Octal3723703150122271122131
Binary11111010111110001100110101100101011100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8CD; }

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

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

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

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

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

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

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

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