#FDE8EB

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

Shades of Amour #FDE8EB

Tints of Amour #FDE8EB

Color information

#FDE8EB (or 0xFDE8EB) is unknown color: approx Amour. HEX triplet: FD, E8 and EB. RGB value is (253,232,235). Sum of RGB (Red+Green+Blue) = 253+232+235=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 235 (92.19% from 255 or 32.64% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8EB is #021714. Grayscale: #EEEEEE. Windows color (decimal): -136981 or 15460605. OLE color: 15460605.

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

Color convert

RGB253232235-
CMYK00.080.070.01
HSL351.43º84%95.1%-
HSV(B)351.43º8.3%99.22%-
XYZ84.3684.5990.48-
YUV238.62125.96138.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 232 (91.02% from 255) = 32.22%
BLUE value IS 235 (92.19% from 255) = 32.64%
R=35.14%
G=32.22%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323223500.080.070.01351.438495.1
HexFDE8EB087115f545f
Octal37535035301071537124137
Binary11111101111010001110101101000111110101111110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8EB; }

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

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

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

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

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

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

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

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