#FCFDD2

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

Shades of Light Goldenrod Yellow #FCFDD2

Tints of Light Goldenrod Yellow #FCFDD2

Color information

#FCFDD2 (or 0xFCFDD2) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FD and D2. RGB value is (252,253,210). Sum of RGB (Red+Green+Blue) = 252+253+210=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 210 (82.42% from 255 or 29.37% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD2 is #03022D. Grayscale: #F7F7F7. Windows color (decimal): -197166 or 13827580. OLE color: 13827580.

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

Color convert

RGB252253210-
CMYK0.0000.170.01
HSL61.4º91.49%90.78%-
HSV(B)61.4º17%99.22%-
XYZ86.995.674.84-
YUV247.8106.67131-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 210 (82.42% from 255) = 29.37%
R=35.24%
G=35.38%
B=29.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532100.0000.170.0161.491.4990.78
HexFCFDD2001113d5b5b
Octal3743753220021175133133
Binary1111110011111101110100100010001111110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDD2; }

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

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

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

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

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

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

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

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