#FFE6E9

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

Shades of Amour #FFE6E9

Tints of Amour #FFE6E9

Color information

#FFE6E9 (or 0xFFE6E9) is unknown color: approx Amour. HEX triplet: FF, E6 and E9. RGB value is (255,230,233). Sum of RGB (Red+Green+Blue) = 255+230+233=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 233 (91.41% from 255 or 32.45% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6E9 is #001916. Grayscale: #EDEDED. Windows color (decimal): -6423 or 15329023. OLE color: 15329023.

HSL color Cylindrical-coordinate representation of color #FFE6E9: hue angle of 352.8º 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 #FFE6E9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255230233-
CMYK00.100.090
HSL352.8º100%95.1%-
HSV(B)352.8º9.8%100%-
XYZ84.2483.7488.81-
YUV237.82125.28140.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 230 (90.23% from 255) = 32.03%
BLUE value IS 233 (91.41% from 255) = 32.45%
R=35.52%
G=32.03%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523023300.100.090352.810095.1
HexFFE6E90A90161645f
Octal377346351012110541144137
Binary111111111110011011101001010101001010110000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6E9; }

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

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

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

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

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

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

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

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