#FCFFD7

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

Shades of Light Goldenrod Yellow #FCFFD7

Tints of Light Goldenrod Yellow #FCFFD7

Color information

#FCFFD7 (or 0xFCFFD7) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FF and D7. RGB value is (252,255,215). Sum of RGB (Red+Green+Blue) = 252+255+215=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 215 (84.38% from 255 or 29.78% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD7 is #030028. Grayscale: #F9F9F9. Windows color (decimal): -196649 or 14155772. OLE color: 14155772.

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

Color convert

RGB252255215-
CMYK0.0100.160
HSL64.5º100%92.16%-
HSV(B)64.5º15.69%100%-
XYZ88.1797.1278.39-
YUV249.54108.51129.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 35.32%
BLUE value IS 215 (84.38% from 255) = 29.78%
R=34.90%
G=35.32%
B=29.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552150.0100.16064.510092.16
HexFCFFD71010040645c
Octal37437732710200100144134
Binary11111100111111111101011110100000100000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFD7; }

 p { color: rgb(252,255,215); }

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

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

 a { background-color: rgb(252,255,215); }

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

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

 span { border-color: rgb(252,255,215); }

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