#FDE0D9

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

Shades of Remy #FDE0D9

Tints of Remy #FDE0D9

Color information

#FDE0D9 (or 0xFDE0D9) is unknown color: approx Remy. HEX triplet: FD, E0 and D9. RGB value is (253,224,217). Sum of RGB (Red+Green+Blue) = 253+224+217=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0D9 is #021F26. Grayscale: #E7E7E7. Windows color (decimal): -139047 or 14278909. OLE color: 14278909.

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

Color convert

RGB253224217-
CMYK00.110.140.01
HSL11.67º90%92.16%-
HSV(B)11.67º14.23%99.22%-
XYZ79.6979.276.73-
YUV231.87119.61143.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 217 (85.16% from 255) = 31.27%
R=36.46%
G=32.28%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322421700.110.140.0111.679092.16
HexFDE0D90BE1c5a5c
Octal37534033101316114132134
Binary1111110111100000110110010101111101110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0D9; }

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

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

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

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

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

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

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

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