#F3EDEE

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

Shades of Amour #F3EDEE

Tints of Amour #F3EDEE

Color information

#F3EDEE (or 0xF3EDEE) is unknown color: approx Amour. HEX triplet: F3, ED and EE. RGB value is (243,237,238). Sum of RGB (Red+Green+Blue) = 243+237+238=718 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.84% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EDEE is #0C1211. Grayscale: #EEEEEE. Windows color (decimal): -791058 or 15658483. OLE color: 15658483.

HSL color Cylindrical-coordinate representation of color #F3EDEE: hue angle of 350º degrees, saturation: 0.2, 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 #F3EDEE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243237238-
CMYK00.020.020.05
HSL350º20%94.12%-
HSV(B)350º2.47%95.29%-
XYZ82.6885.893.09-
YUV238.91127.49130.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.84%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 238 (93.36% from 255) = 33.15%
R=33.84%
G=33.01%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323723800.020.020.053502094.12
HexF3EDEE022515e145e
Octal363355356022553624136
Binary11110011111011011110111001010101101011110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDEE; }

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

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

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

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

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

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

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

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