#FAFACE

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

Shades of Light Goldenrod Yellow #FAFACE

Tints of Light Goldenrod Yellow #FAFACE

Color information

#FAFACE (or 0xFAFACE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FA and CE. RGB value is (250,250,206). Sum of RGB (Red+Green+Blue) = 250+250+206=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 206 (80.86% from 255 or 29.18% from 706); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFACE is #050531. Grayscale: #F5F5F5. Windows color (decimal): -329010 or 13564666. OLE color: 13564666.

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

Color convert

RGB250250206-
CMYK000.180.02
HSL60º81.48%89.41%-
HSV(B)60º17.6%98.04%-
XYZ84.7593.1571.91-
YUV244.98106131.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 250 (98.05% from 255) = 35.41%
BLUE value IS 206 (80.86% from 255) = 29.18%
R=35.41%
G=35.41%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250206000.180.026081.4889.41
HexFAFACE001223c5159
Octal3723723160022274121131
Binary11111010111110101100111000100101011110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFACE; }

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

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

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

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

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

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

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

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