#FEDCD9

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

Shades of Remy #FEDCD9

Tints of Remy #FEDCD9

Color information

#FEDCD9 (or 0xFEDCD9) is unknown color: approx Remy. HEX triplet: FE, DC and D9. RGB value is (254,220,217). Sum of RGB (Red+Green+Blue) = 254+220+217=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD9 is #012326. Grayscale: #E5E5E5. Windows color (decimal): -74535 or 14277886. OLE color: 14277886.

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

Color convert

RGB254220217-
CMYK00.130.150.00
HSL4.86º94.87%92.35%-
HSV(B)4.86º14.57%99.61%-
XYZ78.9977.2776.4-
YUV229.82120.76145.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 217 (85.16% from 255) = 31.40%
R=36.76%
G=31.84%
B=31.40%

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
Decimal25422021700.130.150.004.8694.8792.35
HexFEDCD90DF055f5c
Octal3763343310151705137134
Binary111111101101110011011001011011111010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCD9; }

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

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

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

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

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

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

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

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