#FCFFD4

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

Shades of Light Goldenrod Yellow #FCFFD4

Tints of Light Goldenrod Yellow #FCFFD4

Color information

#FCFFD4 (or 0xFCFFD4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FF and D4. RGB value is (252,255,212). Sum of RGB (Red+Green+Blue) = 252+255+212=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 212 (83.20% from 255 or 29.49% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD4 is #03002B. Grayscale: #F9F9F9. Windows color (decimal): -196652 or 13959164. OLE color: 13959164.

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

Color convert

RGB252255212-
CMYK0.0100.170
HSL64.19º100%91.57%-
HSV(B)64.19º16.86%100%-
XYZ87.7996.9776.38-
YUV249.2107.01130-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 212 (83.20% from 255) = 29.49%
R=35.05%
G=35.47%
B=29.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552120.0100.17064.1910091.57
HexFCFFD41011040645c
Octal37437732410210100144134
Binary11111100111111111101010010100010100000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFD4; }

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

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

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

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

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

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

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

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