#FEDCDA

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

Shades of Remy #FEDCDA

Tints of Remy #FEDCDA

Color information

#FEDCDA (or 0xFEDCDA) is unknown color: approx Remy. HEX triplet: FE, DC and DA. RGB value is (254,220,218). Sum of RGB (Red+Green+Blue) = 254+220+218=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDA is #012325. Grayscale: #E5E5E5. Windows color (decimal): -74534 or 14343422. OLE color: 14343422.

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

Color convert

RGB254220218-
CMYK00.130.140.00
HSL3.33º94.74%92.55%-
HSV(B)3.33º14.17%99.61%-
XYZ79.1277.3277.08-
YUV229.94121.26145.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=36.71%
G=31.79%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422021800.130.140.003.3394.7492.55
HexFEDCDA0DE035f5d
Octal3763343320151603137135
Binary11111110110111001101101001101111001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCDA; }

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

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

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

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

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

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

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

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