#FCFFCE

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

Shades of Light Goldenrod Yellow #FCFFCE

Tints of Light Goldenrod Yellow #FCFFCE

Color information

#FCFFCE (or 0xFCFFCE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FF and CE. RGB value is (252,255,206). Sum of RGB (Red+Green+Blue) = 252+255+206=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 206 (80.86% from 255 or 28.89% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCE is #030031. Grayscale: #F8F8F8. Windows color (decimal): -196658 or 13565948. OLE color: 13565948.

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

Color convert

RGB252255206-
CMYK0.0100.190
HSL63.67º100%90.39%-
HSV(B)63.67º19.22%100%-
XYZ87.0596.6772.46-
YUV248.52104.01130.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 206 (80.86% from 255) = 28.89%
R=35.34%
G=35.76%
B=28.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552060.0100.19063.6710090.39
HexFCFFCE1013040645a
Octal37437731610230100144132
Binary11111100111111111100111010100110100000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFCE; }

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

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

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

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

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

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

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

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