#FAFAD5

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

Shades of Light Goldenrod Yellow #FAFAD5

Tints of Light Goldenrod Yellow #FAFAD5

Color information

#FAFAD5 (or 0xFAFAD5) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FA and D5. RGB value is (250,250,213). Sum of RGB (Red+Green+Blue) = 250+250+213=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 213 (83.59% from 255 or 29.87% from 713); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAD5 is #05052A. Grayscale: #F5F5F5. Windows color (decimal): -329003 or 14023418. OLE color: 14023418.

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

Color convert

RGB250250213-
CMYK000.150.02
HSL60º78.72%90.78%-
HSV(B)60º14.8%98.04%-
XYZ85.6293.576.49-
YUV245.78109.5131.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 213 (83.59% from 255) = 29.87%
R=35.06%
G=35.06%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250213000.150.026078.7290.78
HexFAFAD500F23c4f5b
Octal3723723250017274117133
Binary1111101011111010110101010011111011110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAD5; }

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

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

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

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

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

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

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

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