#FEDDDA

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

Shades of Remy #FEDDDA

Tints of Remy #FEDDDA

Color information

#FEDDDA (or 0xFEDDDA) is unknown color: approx Remy. HEX triplet: FE, DD and DA. RGB value is (254,221,218). Sum of RGB (Red+Green+Blue) = 254+221+218=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDA is #012225. Grayscale: #E6E6E6. Windows color (decimal): -74278 or 14343678. OLE color: 14343678.

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

Color convert

RGB254221218-
CMYK00.130.140.00
HSL94.74%92.55%-
HSV(B)14.17%99.61%-
XYZ79.3877.8577.17-
YUV230.52120.93144.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=36.65%
G=31.89%
B=31.46%

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
Decimal25422121800.130.140.00594.7492.55
HexFEDDDA0DE055f5d
Octal3763353320151605137135
Binary111111101101110111011010011011110010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDDA; }

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

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

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

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

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

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

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

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