#FEDCD7

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

Shades of Remy #FEDCD7

Tints of Remy #FEDCD7

Color information

#FEDCD7 (or 0xFEDCD7) is unknown color: approx Remy. HEX triplet: FE, DC and D7. RGB value is (254,220,215). Sum of RGB (Red+Green+Blue) = 254+220+215=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD7 is #012328. Grayscale: #E5E5E5. Windows color (decimal): -74537 or 14146814. OLE color: 14146814.

HSL color Cylindrical-coordinate representation of color #FEDCD7: hue angle of 7.69º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEDCD7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254220215-
CMYK00.130.150.00
HSL7.69º95.12%91.96%-
HSV(B)7.69º15.35%99.61%-
XYZ78.7377.1675.03-
YUV229.6119.76145.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 215 (84.38% from 255) = 31.20%
R=36.87%
G=31.93%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422021500.130.150.007.6995.1291.96
HexFEDCD70DF085f5c
Octal37633432701517010137134
Binary1111111011011100110101110110111110100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCD7; }

 p { color: rgb(254,220,215); }

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

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

 a { background-color: rgb(254,220,215); }

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

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

 span { border-color: rgb(254,220,215); }

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