#FFE6EB

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

Shades of Amour #FFE6EB

Tints of Amour #FFE6EB

Color information

#FFE6EB (or 0xFFE6EB) is unknown color: approx Amour. HEX triplet: FF, E6 and EB. RGB value is (255,230,235). Sum of RGB (Red+Green+Blue) = 255+230+235=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 235 (92.19% from 255 or 32.64% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6EB is #001914. Grayscale: #EEEEEE. Windows color (decimal): -6421 or 15460095. OLE color: 15460095.

HSL color Cylindrical-coordinate representation of color #FFE6EB: hue angle of 348º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE6EB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255230235-
CMYK00.100.080
HSL348º100%95.1%-
HSV(B)348º9.8%100%-
XYZ84.5383.8590.33-
YUV238.04126.28140.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 230 (90.23% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 32.64%
R=35.42%
G=31.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523023500.100.08034810095.1
HexFFE6EB0A8015c645f
Octal377346353012100534144137
Binary111111111110011011101011010101000010101110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6EB; }

 p { color: rgb(255,230,235); }

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

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

 a { background-color: rgb(255,230,235); }

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

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

 span { border-color: rgb(255,230,235); }

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