#FDFCDC

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

Shades of Light Yellow #FDFCDC

Tints of Light Yellow #FDFCDC

Color information

#FDFCDC (or 0xFDFCDC) is unknown color: approx Light Yellow. HEX triplet: FD, FC and DC. RGB value is (253,252,220). Sum of RGB (Red+Green+Blue) = 253+252+220=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 220 (86.33% from 255 or 30.34% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDC is #020323. Grayscale: #F8F8F8. Windows color (decimal): -131876 or 14482685. OLE color: 14482685.

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

Color convert

RGB253252220-
CMYK00.000.130.01
HSL58.18º89.19%92.75%-
HSV(B)58.18º13.04%99.22%-
XYZ88.2495.6781.53-
YUV248.65111.83131.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.90%
GREEN value IS 252 (98.83% from 255) = 34.76%
BLUE value IS 220 (86.33% from 255) = 30.34%
R=34.90%
G=34.76%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325222000.000.130.0158.1889.1992.75
HexFDFCDC00D13a595d
Octal3753743340015172131135
Binary111111011111110011011100001101111101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCDC; }

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

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

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

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

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

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

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

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