#FDE2E8

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

Shades of Amour #FDE2E8

Tints of Amour #FDE2E8

Color information

#FDE2E8 (or 0xFDE2E8) is unknown color: approx Amour. HEX triplet: FD, E2 and E8. RGB value is (253,226,232). Sum of RGB (Red+Green+Blue) = 253+226+232=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2E8 is #021D17. Grayscale: #EAEAEA. Windows color (decimal): -138520 or 15262461. OLE color: 15262461.

HSL color Cylindrical-coordinate representation of color #FDE2E8: hue angle of 346.67º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2E8 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253226232-
CMYK00.110.080.01
HSL346.67º87.1%93.92%-
HSV(B)346.67º10.67%99.22%-
XYZ82.2781.187.66-
YUV234.76126.45141.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 226 (88.67% from 255) = 31.79%
BLUE value IS 232 (91.02% from 255) = 32.63%
R=35.58%
G=31.79%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322623200.110.080.01346.6787.193.92
HexFDE2E80B8115b575e
Octal375342350013101533127136
Binary111111011110001011101000010111000110101101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2E8; }

 p { color: rgb(253,226,232); }

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

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

 a { background-color: rgb(253,226,232); }

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

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

 span { border-color: rgb(253,226,232); }

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