#FFFDDC

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

Shades of Light Yellow #FFFDDC

Tints of Light Yellow #FFFDDC

Color information

#FFFDDC (or 0xFFFDDC) is unknown color: approx Light Yellow. HEX triplet: FF, FD and DC. RGB value is (255,253,220). Sum of RGB (Red+Green+Blue) = 255+253+220=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 220 (86.33% from 255 or 30.22% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDDC is #000223. Grayscale: #F9F9F9. Windows color (decimal): -548 or 14482943. OLE color: 14482943.

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

Color convert

RGB255253220-
CMYK00.010.140
HSL56.57º100%93.14%-
HSV(B)56.57º13.73%100%-
XYZ89.2896.6881.67-
YUV249.84111.16131.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.03%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 220 (86.33% from 255) = 30.22%
R=35.03%
G=34.75%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525322000.010.14056.5710093.14
HexFFFDDC01E039645d
Octal3773753340116071144135
Binary111111111111110111011100011110011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDDC; }

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

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

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

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

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

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

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

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