#FCFFD3

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

Shades of Light Goldenrod Yellow #FCFFD3

Tints of Light Goldenrod Yellow #FCFFD3

Color information

#FCFFD3 (or 0xFCFFD3) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FF and D3. RGB value is (252,255,211). Sum of RGB (Red+Green+Blue) = 252+255+211=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 211 (82.81% from 255 or 29.39% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD3 is #03002C. Grayscale: #F9F9F9. Windows color (decimal): -196653 or 13893628. OLE color: 13893628.

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

Color convert

RGB252255211-
CMYK0.0100.170
HSL64.09º100%91.37%-
HSV(B)64.09º17.25%100%-
XYZ87.6696.9275.71-
YUV249.09106.51130.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 255 (100% from 255) = 35.52%
BLUE value IS 211 (82.81% from 255) = 29.39%
R=35.10%
G=35.52%
B=29.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552110.0100.17064.0910091.37
HexFCFFD31011040645b
Octal37437732310210100144133
Binary11111100111111111101001110100010100000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFD3; }

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

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

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

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

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

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

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

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