#FCFBD4

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

Shades of Light Goldenrod Yellow #FCFBD4

Tints of Light Goldenrod Yellow #FCFBD4

Color information

#FCFBD4 (or 0xFCFBD4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FB and D4. RGB value is (252,251,212). Sum of RGB (Red+Green+Blue) = 252+251+212=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 212 (83.20% from 255 or 29.65% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD4 is #03042B. Grayscale: #F7F7F7. Windows color (decimal): -197676 or 13958140. OLE color: 13958140.

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

Color convert

RGB252251212-
CMYK00.000.160.01
HSL58.5º86.96%90.98%-
HSV(B)58.5º15.87%98.82%-
XYZ86.5394.4475.96-
YUV246.85108.33131.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 212 (83.20% from 255) = 29.65%
R=35.24%
G=35.10%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225121200.000.160.0158.586.9690.98
HexFCFBD4001013a575b
Octal3743733240020172127133
Binary1111110011111011110101000010000111101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD4; }

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

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

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

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

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

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

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

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