#FCFAD4

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

Shades of Light Goldenrod Yellow #FCFAD4

Tints of Light Goldenrod Yellow #FCFAD4

Color information

#FCFAD4 (or 0xFCFAD4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FA and D4. RGB value is (252,250,212). Sum of RGB (Red+Green+Blue) = 252+250+212=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 212 (83.20% from 255 or 29.69% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD4 is #03052B. Grayscale: #F6F6F6. Windows color (decimal): -197932 or 13957884. OLE color: 13957884.

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

Color convert

RGB252250212-
CMYK00.010.160.01
HSL57º86.96%90.98%-
HSV(B)57º15.87%98.82%-
XYZ86.2193.8275.85-
YUV246.27108.66132.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 212 (83.20% from 255) = 29.69%
R=35.29%
G=35.01%
B=29.69%

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
Decimal25225021200.010.160.015786.9690.98
HexFCFAD40110139575b
Octal3743723240120171127133
Binary1111110011111010110101000110000111100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD4; }

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

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

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

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

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

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

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

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