#FCFBD6

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

Shades of Light Goldenrod Yellow #FCFBD6

Tints of Light Goldenrod Yellow #FCFBD6

Color information

#FCFBD6 (or 0xFCFBD6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FB and D6. RGB value is (252,251,214). Sum of RGB (Red+Green+Blue) = 252+251+214=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD6 is #030429. Grayscale: #F7F7F7. Windows color (decimal): -197674 or 14089212. OLE color: 14089212.

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

Color convert

RGB252251214-
CMYK00.000.150.01
HSL58.42º86.36%91.37%-
HSV(B)58.42º15.08%98.82%-
XYZ86.7894.5477.29-
YUV247.08109.33131.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 251 (98.44% from 255) = 35.01%
BLUE value IS 214 (83.98% from 255) = 29.85%
R=35.15%
G=35.01%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225121400.000.150.0158.4286.3691.37
HexFCFBD600F13a565b
Octal3743733260017172126133
Binary111111001111101111010110001111111101010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD6; }

 p { color: rgb(252,251,214); }

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

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

 a { background-color: rgb(252,251,214); }

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

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

 span { border-color: rgb(252,251,214); }

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