#F1E7EB

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

Shades of Amour #F1E7EB

Tints of Amour #F1E7EB

Color information

#F1E7EB (or 0xF1E7EB) is unknown color: approx Amour. HEX triplet: F1, E7 and EB. RGB value is (241,231,235). Sum of RGB (Red+Green+Blue) = 241+231+235=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E7EB is #0E1814. Grayscale: #EAEAEA. Windows color (decimal): -923669 or 15460337. OLE color: 15460337.

HSL color Cylindrical-coordinate representation of color #F1E7EB: hue angle of 336º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1E7EB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241231235-
CMYK00.040.020.05
HSL336º26.32%92.55%-
HSV(B)336º4.15%94.51%-
XYZ79.8581.8590.19-
YUV234.45128.31132.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=34.09%
G=32.67%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123123500.040.020.0533626.3292.55
HexF1E7EB04251501a5d
Octal361347353042552032135
Binary111100011110011111101011010010101101010000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7EB; }

 p { color: rgb(241,231,235); }

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

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

 a { background-color: rgb(241,231,235); }

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

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

 span { border-color: rgb(241,231,235); }

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