#FAFACF

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

Shades of Light Goldenrod Yellow #FAFACF

Tints of Light Goldenrod Yellow #FAFACF

Color information

#FAFACF (or 0xFAFACF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FA and CF. RGB value is (250,250,207). Sum of RGB (Red+Green+Blue) = 250+250+207=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFACF is #050530. Grayscale: #F5F5F5. Windows color (decimal): -329009 or 13630202. OLE color: 13630202.

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

Color convert

RGB250250207-
CMYK000.170.02
HSL60º81.13%89.61%-
HSV(B)60º17.2%98.04%-
XYZ84.8793.272.55-
YUV245.1106.5131.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 207 (81.25% from 255) = 29.28%
R=35.36%
G=35.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250207000.170.026081.1389.61
HexFAFACF001123c515a
Octal3723723170021274121132
Binary11111010111110101100111100100011011110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFACF; }

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

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

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

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

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

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

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

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