#FCFECC

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

Shades of Light Goldenrod Yellow #FCFECC

Tints of Light Goldenrod Yellow #FCFECC

Color information

#FCFECC (or 0xFCFECC) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FE and CC. RGB value is (252,254,204). Sum of RGB (Red+Green+Blue) = 252+254+204=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 204 (80.08% from 255 or 28.73% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECC is #030133. Grayscale: #F7F7F7. Windows color (decimal): -196916 or 13434620. OLE color: 13434620.

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

Color convert

RGB252254204-
CMYK0.0100.200.00
HSL62.4º96.15%89.8%-
HSV(B)62.4º19.69%99.61%-
XYZ86.4995.9471.09-
YUV247.7103.34131.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 204 (80.08% from 255) = 28.73%
R=35.49%
G=35.77%
B=28.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542040.0100.200.0062.496.1589.8
HexFCFECC101403e605a
Octal3743763141024076140132
Binary1111110011111110110011001010100011111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFECC; }

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

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

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

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

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

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

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

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