#FEDDD8

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

Shades of Remy #FEDDD8

Tints of Remy #FEDDD8

Color information

#FEDDD8 (or 0xFEDDD8) is unknown color: approx Remy. HEX triplet: FE, DD and D8. RGB value is (254,221,216). Sum of RGB (Red+Green+Blue) = 254+221+216=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD8 is #012227. Grayscale: #E6E6E6. Windows color (decimal): -74280 or 14212606. OLE color: 14212606.

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

Color convert

RGB254221216-
CMYK00.130.150.00
HSL7.89º95%92.16%-
HSV(B)7.89º14.96%99.61%-
XYZ79.1277.7475.8-
YUV230.3119.93144.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 216 (84.77% from 255) = 31.26%
R=36.76%
G=31.98%
B=31.26%

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
Decimal25422121600.130.150.007.899592.16
HexFEDDD80DF085f5c
Octal37633533001517010137134
Binary1111111011011101110110000110111110100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDD8; }

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

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

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

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

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

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

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

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