#FCFBD5

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

Shades of Light Goldenrod Yellow #FCFBD5

Tints of Light Goldenrod Yellow #FCFBD5

Color information

#FCFBD5 (or 0xFCFBD5) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FB and D5. RGB value is (252,251,213). Sum of RGB (Red+Green+Blue) = 252+251+213=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 213 (83.59% from 255 or 29.75% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD5 is #03042A. Grayscale: #F7F7F7. Windows color (decimal): -197675 or 14023676. OLE color: 14023676.

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

Color convert

RGB252251213-
CMYK00.000.150.01
HSL58.46º86.67%91.18%-
HSV(B)58.46º15.48%98.82%-
XYZ86.6594.4976.62-
YUV246.97108.83131.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 213 (83.59% from 255) = 29.75%
R=35.20%
G=35.06%
B=29.75%

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
Decimal25225121300.000.150.0158.4686.6791.18
HexFCFBD500F13a575b
Octal3743733250017172127133
Binary111111001111101111010101001111111101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD5; }

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

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

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

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

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

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

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

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