#FCFECF

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

Shades of Light Goldenrod Yellow #FCFECF

Tints of Light Goldenrod Yellow #FCFECF

Color information

#FCFECF (or 0xFCFECF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FE and CF. RGB value is (252,254,207). Sum of RGB (Red+Green+Blue) = 252+254+207=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECF is #030130. Grayscale: #F8F8F8. Windows color (decimal): -196913 or 13631228. OLE color: 13631228.

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

Color convert

RGB252254207-
CMYK0.0100.190.00
HSL62.55º95.92%90.39%-
HSV(B)62.55º18.5%99.61%-
XYZ86.8596.0873-
YUV248.04104.84130.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 207 (81.25% from 255) = 29.03%
R=35.34%
G=35.62%
B=29.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542070.0100.190.0062.5595.9290.39
HexFCFECF101303f605a
Octal3743763171023077140132
Binary1111110011111110110011111010011011111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFECF; }

 p { color: rgb(252,254,207); }

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

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

 a { background-color: rgb(252,254,207); }

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

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

 span { border-color: rgb(252,254,207); }

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