#FAFDCF

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

Shades of Light Goldenrod Yellow #FAFDCF

Tints of Light Goldenrod Yellow #FAFDCF

Color information

#FAFDCF (or 0xFAFDCF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FD and CF. RGB value is (250,253,207). Sum of RGB (Red+Green+Blue) = 250+253+207=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 207 (81.25% from 255 or 29.15% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDCF is #050230. Grayscale: #F7F7F7. Windows color (decimal): -328241 or 13630970. OLE color: 13630970.

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

Color convert

RGB250253207-
CMYK0.0100.180.01
HSL63.91º92%90.2%-
HSV(B)63.91º18.18%99.22%-
XYZ85.8195.0872.86-
YUV246.86105.51130.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 207 (81.25% from 255) = 29.15%
R=35.21%
G=35.63%
B=29.15%

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
Decimal2502532070.0100.180.0163.919290.2
HexFAFDCF10121405c5a
Octal37237531710221100134132
Binary11111010111111011100111110100101100000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDCF; }

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

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

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

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

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

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

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

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