#FAF8CE

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

Shades of Light Goldenrod Yellow #FAF8CE

Tints of Light Goldenrod Yellow #FAF8CE

Color information

#FAF8CE (or 0xFAF8CE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F8 and CE. RGB value is (250,248,206). Sum of RGB (Red+Green+Blue) = 250+248+206=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 206 (80.86% from 255 or 29.26% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8CE is #050731. Grayscale: #F3F3F3. Windows color (decimal): -329522 or 13564154. OLE color: 13564154.

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

Color convert

RGB250248206-
CMYK00.010.180.02
HSL57.27º81.48%89.41%-
HSV(B)57.27º17.6%98.04%-
XYZ84.1391.9271.7-
YUV243.81106.66132.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 206 (80.86% from 255) = 29.26%
R=35.51%
G=35.23%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024820600.010.180.0257.2781.4889.41
HexFAF8CE01122395159
Octal3723703160122271121131
Binary11111010111110001100111001100101011100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8CE; }

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

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

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

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

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

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

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

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