#FDFCDD

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

Shades of Light Yellow #FDFCDD

Tints of Light Yellow #FDFCDD

Color information

#FDFCDD (or 0xFDFCDD) is unknown color: approx Light Yellow. HEX triplet: FD, FC and DD. RGB value is (253,252,221). Sum of RGB (Red+Green+Blue) = 253+252+221=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDD is #020322. Grayscale: #F8F8F8. Windows color (decimal): -131875 or 14548221. OLE color: 14548221.

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

Color convert

RGB253252221-
CMYK00.000.130.01
HSL58.12º88.89%92.94%-
HSV(B)58.12º12.65%99.22%-
XYZ88.3795.7282.23-
YUV248.76112.33131.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.85%
GREEN value IS 252 (98.83% from 255) = 34.71%
BLUE value IS 221 (86.72% from 255) = 30.44%
R=34.85%
G=34.71%
B=30.44%

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
Decimal25325222100.000.130.0158.1288.8992.94
HexFDFCDD00D13a595d
Octal3753743350015172131135
Binary111111011111110011011101001101111101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCDD; }

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

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

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

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

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

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

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

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