#FCFAD3

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

Shades of Light Goldenrod Yellow #FCFAD3

Tints of Light Goldenrod Yellow #FCFAD3

Color information

#FCFAD3 (or 0xFCFAD3) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FA and D3. RGB value is (252,250,211). Sum of RGB (Red+Green+Blue) = 252+250+211=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 211 (82.81% from 255 or 29.59% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD3 is #03052C. Grayscale: #F6F6F6. Windows color (decimal): -197933 or 13892348. OLE color: 13892348.

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

Color convert

RGB252250211-
CMYK00.010.160.01
HSL57.07º87.23%90.78%-
HSV(B)57.07º16.27%98.82%-
XYZ86.0993.7775.19-
YUV246.15108.16132.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 211 (82.81% from 255) = 29.59%
R=35.34%
G=35.06%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225021100.010.160.0157.0787.2390.78
HexFCFAD30110139575b
Octal3743723230120171127133
Binary1111110011111010110100110110000111100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD3; }

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

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

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

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

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

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

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

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