#FAF8CF

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

Shades of Light Goldenrod Yellow #FAF8CF

Tints of Light Goldenrod Yellow #FAF8CF

Color information

#FAF8CF (or 0xFAF8CF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F8 and CF. RGB value is (250,248,207). Sum of RGB (Red+Green+Blue) = 250+248+207=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8CF is #050730. Grayscale: #F4F4F4. Windows color (decimal): -329521 or 13629690. OLE color: 13629690.

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

Color convert

RGB250248207-
CMYK00.010.170.02
HSL57.21º81.13%89.61%-
HSV(B)57.21º17.2%98.04%-
XYZ84.2591.9672.34-
YUV243.92107.16132.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 207 (81.25% from 255) = 29.36%
R=35.46%
G=35.18%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024820700.010.170.0257.2181.1389.61
HexFAF8CF0111239515a
Octal3723703170121271121132
Binary11111010111110001100111101100011011100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8CF; }

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

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

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

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

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

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

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

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