#FCFBD0

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

Shades of Light Goldenrod Yellow #FCFBD0

Tints of Light Goldenrod Yellow #FCFBD0

Color information

#FCFBD0 (or 0xFCFBD0) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FB and D0. RGB value is (252,251,208). Sum of RGB (Red+Green+Blue) = 252+251+208=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 208 (81.64% from 255 or 29.25% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD0 is #03042F. Grayscale: #F6F6F6. Windows color (decimal): -197680 or 13695996. OLE color: 13695996.

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

Color convert

RGB252251208-
CMYK00.000.170.01
HSL58.64º88%90.2%-
HSV(B)58.64º17.46%98.82%-
XYZ86.0394.2473.33-
YUV246.4106.33132-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 208 (81.64% from 255) = 29.25%
R=35.44%
G=35.30%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225120800.000.170.0158.648890.2
HexFCFBD0001113b585a
Octal3743733200021173130132
Binary1111110011111011110100000010001111101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD0; }

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

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

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

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

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

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

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

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