#FCFBD1

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

Shades of Light Goldenrod Yellow #FCFBD1

Tints of Light Goldenrod Yellow #FCFBD1

Color information

#FCFBD1 (or 0xFCFBD1) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FB and D1. RGB value is (252,251,209). Sum of RGB (Red+Green+Blue) = 252+251+209=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 209 (82.03% from 255 or 29.35% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD1 is #03042E. Grayscale: #F6F6F6. Windows color (decimal): -197679 or 13761532. OLE color: 13761532.

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

Color convert

RGB252251209-
CMYK00.000.170.01
HSL58.6º87.76%90.39%-
HSV(B)58.6º17.06%98.82%-
XYZ86.1594.2973.98-
YUV246.51106.83131.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 209 (82.03% from 255) = 29.35%
R=35.39%
G=35.25%
B=29.35%

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
Decimal25225120900.000.170.0158.687.7690.39
HexFCFBD1001113b585a
Octal3743733210021173130132
Binary1111110011111011110100010010001111101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD1; }

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

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

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

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

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

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

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

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