#FCFDD4

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

Shades of Light Goldenrod Yellow #FCFDD4

Tints of Light Goldenrod Yellow #FCFDD4

Color information

#FCFDD4 (or 0xFCFDD4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FD and D4. RGB value is (252,253,212). Sum of RGB (Red+Green+Blue) = 252+253+212=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 212 (83.20% from 255 or 29.57% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD4 is #03022B. Grayscale: #F8F8F8. Windows color (decimal): -197164 or 13958652. OLE color: 13958652.

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

Color convert

RGB252253212-
CMYK0.0000.160.01
HSL61.46º91.11%91.18%-
HSV(B)61.46º16.21%99.22%-
XYZ87.1595.776.17-
YUV248.03107.67130.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 212 (83.20% from 255) = 29.57%
R=35.15%
G=35.29%
B=29.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532120.0000.160.0161.4691.1191.18
HexFCFDD4001013d5b5b
Octal3743753240020175133133
Binary1111110011111101110101000010000111110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDD4; }

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

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

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

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

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

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

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

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