#F1E3E6

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

Shades of Amour #F1E3E6

Tints of Amour #F1E3E6

Color information

#F1E3E6 (or 0xF1E3E6) is unknown color: approx Amour. HEX triplet: F1, E3 and E6. RGB value is (241,227,230). Sum of RGB (Red+Green+Blue) = 241+227+230=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3E6 is #0E1C19. Grayscale: #E7E7E7. Windows color (decimal): -924698 or 15131633. OLE color: 15131633.

HSL color Cylindrical-coordinate representation of color #F1E3E6: hue angle of 347.14º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1E3E6 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241227230-
CMYK00.060.050.05
HSL347.14º33.33%91.76%-
HSV(B)347.14º5.81%94.51%-
XYZ78.0379.3586.07-
YUV231.53127.14134.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 227 (89.06% from 255) = 32.52%
BLUE value IS 230 (90.23% from 255) = 32.95%
R=34.53%
G=32.52%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122723000.060.050.05347.1433.3391.76
HexF1E3E6065515b215c
Octal361343346065553341134
Binary11110001111000111110011001101011011010110111000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3E6; }

 p { color: rgb(241,227,230); }

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

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

 a { background-color: rgb(241,227,230); }

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

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

 span { border-color: rgb(241,227,230); }

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