#FCFBD7

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

Shades of Light Goldenrod Yellow #FCFBD7

Tints of Light Goldenrod Yellow #FCFBD7

Color information

#FCFBD7 (or 0xFCFBD7) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FB and D7. RGB value is (252,251,215). Sum of RGB (Red+Green+Blue) = 252+251+215=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 215 (84.38% from 255 or 29.94% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD7 is #030428. Grayscale: #F7F7F7. Windows color (decimal): -197673 or 14154748. OLE color: 14154748.

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

Color convert

RGB252251215-
CMYK00.000.150.01
HSL58.38º86.05%91.57%-
HSV(B)58.38º14.68%98.82%-
XYZ86.9194.677.97-
YUV247.2109.83131.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 251 (98.44% from 255) = 34.96%
BLUE value IS 215 (84.38% from 255) = 29.94%
R=35.10%
G=34.96%
B=29.94%

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
Decimal25225121500.000.150.0158.3886.0591.57
HexFCFBD700F13a565c
Octal3743733270017172126134
Binary111111001111101111010111001111111101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD7; }

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

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

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

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

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

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

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

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