#FCFAD2

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

Shades of Light Goldenrod Yellow #FCFAD2

Tints of Light Goldenrod Yellow #FCFAD2

Color information

#FCFAD2 (or 0xFCFAD2) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FA and D2. RGB value is (252,250,210). Sum of RGB (Red+Green+Blue) = 252+250+210=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 210 (82.42% from 255 or 29.49% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD2 is #03052D. Grayscale: #F6F6F6. Windows color (decimal): -197934 or 13826812. OLE color: 13826812.

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

Color convert

RGB252250210-
CMYK00.010.170.01
HSL57.14º87.5%90.59%-
HSV(B)57.14º16.67%98.82%-
XYZ85.9693.7274.53-
YUV246.04107.66132.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 210 (82.42% from 255) = 29.49%
R=35.39%
G=35.11%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225021000.010.170.0157.1487.590.59
HexFCFAD20111139585b
Octal3743723220121171130133
Binary1111110011111010110100100110001111100110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD2; }

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

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

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

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

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

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

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

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