#FAFCCF

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

Shades of Light Goldenrod Yellow #FAFCCF

Tints of Light Goldenrod Yellow #FAFCCF

Color information

#FAFCCF (or 0xFAFCCF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FC and CF. RGB value is (250,252,207). Sum of RGB (Red+Green+Blue) = 250+252+207=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCCF is #050330. Grayscale: #F6F6F6. Windows color (decimal): -328497 or 13630714. OLE color: 13630714.

HSL color Cylindrical-coordinate representation of color #FAFCCF: hue angle of 62.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAFCCF is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB250252207-
CMYK0.0100.180.01
HSL62.67º88.24%90%-
HSV(B)62.67º17.86%98.82%-
XYZ85.594.4572.76-
YUV246.27105.84130.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 207 (81.25% from 255) = 29.20%
R=35.26%
G=35.54%
B=29.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522070.0100.180.0162.6788.2490
HexFAFCCF101213f585a
Octal3723743171022177130132
Binary1111101011111100110011111010010111111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCCF; }

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

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

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

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

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

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

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

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