#F1EDEE

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

Shades of Amour #F1EDEE

Tints of Amour #F1EDEE

Color information

#F1EDEE (or 0xF1EDEE) is unknown color: approx Amour. HEX triplet: F1, ED and EE. RGB value is (241,237,238). Sum of RGB (Red+Green+Blue) = 241+237+238=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDEE is #0E1211. Grayscale: #EEEEEE. Windows color (decimal): -922130 or 15658481. OLE color: 15658481.

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

Color convert

RGB241237238-
CMYK00.020.010.05
HSL345º12.5%93.73%-
HSV(B)345º1.66%94.51%-
XYZ81.9985.4493.06-
YUV238.31127.83129.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=33.66%
G=33.10%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123723800.020.010.0534512.593.73
HexF1EDEE0215159c5e
Octal361355356021553114136
Binary111100011110110111101110010110110101100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDEE; }

 p { color: rgb(241,237,238); }

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

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

 a { background-color: rgb(241,237,238); }

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

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

 span { border-color: rgb(241,237,238); }

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