#FDE3EB

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

Shades of Amour #FDE3EB

Tints of Amour #FDE3EB

Color information

#FDE3EB (or 0xFDE3EB) is unknown color: approx Amour. HEX triplet: FD, E3 and EB. RGB value is (253,227,235). Sum of RGB (Red+Green+Blue) = 253+227+235=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3EB is #021C14. Grayscale: #EBEBEB. Windows color (decimal): -138261 or 15459325. OLE color: 15459325.

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

Color convert

RGB253227235-
CMYK00.100.070.01
HSL341.54º86.67%94.12%-
HSV(B)341.54º10.28%99.22%-
XYZ82.9781.8290.02-
YUV235.69127.61140.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 227 (89.06% from 255) = 31.75%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=35.38%
G=31.75%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322723500.100.070.01341.5486.6794.12
HexFDE3EB0A71156575e
Octal37534335301271526127136
Binary11111101111000111110101101010111110101011010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3EB; }

 p { color: rgb(253,227,235); }

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

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

 a { background-color: rgb(253,227,235); }

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

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

 span { border-color: rgb(253,227,235); }

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