#FCFDD3

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

Shades of Light Goldenrod Yellow #FCFDD3

Tints of Light Goldenrod Yellow #FCFDD3

Color information

#FCFDD3 (or 0xFCFDD3) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FD and D3. RGB value is (252,253,211). Sum of RGB (Red+Green+Blue) = 252+253+211=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 211 (82.81% from 255 or 29.47% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD3 is #03022C. Grayscale: #F8F8F8. Windows color (decimal): -197165 or 13893116. OLE color: 13893116.

HSL color Cylindrical-coordinate representation of color #FCFDD3: hue angle of 61.43º 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 #FCFDD3 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252253211-
CMYK0.0000.170.01
HSL61.43º91.3%90.98%-
HSV(B)61.43º16.6%99.22%-
XYZ87.0395.6575.5-
YUV247.91107.17130.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 211 (82.81% from 255) = 29.47%
R=35.20%
G=35.34%
B=29.47%

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
Decimal2522532110.0000.170.0161.4391.390.98
HexFCFDD3001113d5b5b
Octal3743753230021175133133
Binary1111110011111101110100110010001111110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDD3; }

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

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

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

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

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

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

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

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