#FDDFD9

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

Shades of Remy #FDDFD9

Tints of Remy #FDDFD9

Color information

#FDDFD9 (or 0xFDDFD9) is unknown color: approx Remy. HEX triplet: FD, DF and D9. RGB value is (253,223,217). Sum of RGB (Red+Green+Blue) = 253+223+217=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD9 is #022026. Grayscale: #E7E7E7. Windows color (decimal): -139303 or 14278653. OLE color: 14278653.

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

Color convert

RGB253223217-
CMYK00.120.140.01
HSL10º90%92.16%-
HSV(B)10º14.23%99.22%-
XYZ79.4278.6776.64-
YUV231.29119.94143.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 217 (85.16% from 255) = 31.31%
R=36.51%
G=32.18%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322321700.120.140.01109092.16
HexFDDFD90CE1a5a5c
Octal37533733101416112132134
Binary1111110111011111110110010110011101101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFD9; }

 p { color: rgb(253,223,217); }

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

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

 a { background-color: rgb(253,223,217); }

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

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

 span { border-color: rgb(253,223,217); }

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