#FAFAD8

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

Shades of Light Goldenrod Yellow #FAFAD8

Tints of Light Goldenrod Yellow #FAFAD8

Color information

#FAFAD8 (or 0xFAFAD8) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FA and D8. RGB value is (250,250,216). Sum of RGB (Red+Green+Blue) = 250+250+216=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 216 (84.77% from 255 or 30.17% from 716); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAD8 is #050527. Grayscale: #F6F6F6. Windows color (decimal): -329000 or 14220026. OLE color: 14220026.

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

Color convert

RGB250250216-
CMYK000.140.02
HSL60º77.27%91.37%-
HSV(B)60º13.6%98.04%-
XYZ8693.6578.51-
YUV246.12111130.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 216 (84.77% from 255) = 30.17%
R=34.92%
G=34.92%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250216000.140.026077.2791.37
HexFAFAD800E23c4d5b
Octal3723723300016274115133
Binary1111101011111010110110000011101011110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAD8; }

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

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

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

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

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

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

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

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