#FAFACC

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

Shades of Light Goldenrod Yellow #FAFACC

Tints of Light Goldenrod Yellow #FAFACC

Color information

#FAFACC (or 0xFAFACC) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FA and CC. RGB value is (250,250,204). Sum of RGB (Red+Green+Blue) = 250+250+204=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 204 (80.08% from 255 or 28.98% from 704); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFACC is #050533. Grayscale: #F4F4F4. Windows color (decimal): -329012 or 13433594. OLE color: 13433594.

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

Color convert

RGB250250204-
CMYK000.180.02
HSL60º82.14%89.02%-
HSV(B)60º18.4%98.04%-
XYZ84.5193.0570.63-
YUV244.76105131.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 204 (80.08% from 255) = 28.98%
R=35.51%
G=35.51%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250204000.180.026082.1489.02
HexFAFACC001223c5259
Octal3723723140022274122131
Binary11111010111110101100110000100101011110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFACC; }

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

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

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

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

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

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

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

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