#FEDEDA

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

Shades of Remy #FEDEDA

Tints of Remy #FEDEDA

Color information

#FEDEDA (or 0xFEDEDA) is unknown color: approx Remy. HEX triplet: FE, DE and DA. RGB value is (254,222,218). Sum of RGB (Red+Green+Blue) = 254+222+218=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEDA is #012125. Grayscale: #E7E7E7. Windows color (decimal): -74022 or 14343934. OLE color: 14343934.

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

Color convert

RGB254222218-
CMYK00.130.140.00
HSL6.67º94.74%92.55%-
HSV(B)6.67º14.17%99.61%-
XYZ79.6578.3877.26-
YUV231.11120.6144.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=36.60%
G=31.99%
B=31.41%

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
Decimal25422221800.130.140.006.6794.7492.55
HexFEDEDA0DE075f5d
Octal3763363320151607137135
Binary111111101101111011011010011011110011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEDA; }

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

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

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

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

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

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

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

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