#FAFFD6

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

Shades of Light Goldenrod Yellow #FAFFD6

Tints of Light Goldenrod Yellow #FAFFD6

Color information

#FAFFD6 (or 0xFAFFD6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FF and D6. RGB value is (250,255,214). Sum of RGB (Red+Green+Blue) = 250+255+214=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 214 (83.98% from 255 or 29.76% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD6 is #050029. Grayscale: #F8F8F8. Windows color (decimal): -327722 or 14090234. OLE color: 14090234.

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

Color convert

RGB250255214-
CMYK0.0200.160
HSL67.32º100%91.96%-
HSV(B)67.32º16.08%100%-
XYZ87.3296.777.68-
YUV248.83108.34128.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 214 (83.98% from 255) = 29.76%
R=34.77%
G=35.47%
B=29.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552140.0200.16067.3210091.96
HexFAFFD62010043645c
Octal37237732620200103144134
Binary111110101111111111010110100100000100001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFD6; }

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

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

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

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

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

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

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

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