#F0EDEE

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

Shades of Amour #F0EDEE

Tints of Amour #F0EDEE

Color information

#F0EDEE (or 0xF0EDEE) is unknown color: approx Amour. HEX triplet: F0, ED and EE. RGB value is (240,237,238). Sum of RGB (Red+Green+Blue) = 240+237+238=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDEE is #0F1211. Grayscale: #EEEEEE. Windows color (decimal): -987666 or 15658480. OLE color: 15658480.

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

Color convert

RGB240237238-
CMYK00.010.010.06
HSL340º9.09%93.53%-
HSV(B)340º1.25%94.12%-
XYZ81.6585.2793.04-
YUV238.01127.99129.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.57%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 238 (93.36% from 255) = 33.29%
R=33.57%
G=33.15%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023723800.010.010.063409.0993.53
HexF0EDEE011615495e
Octal360355356011652411136
Binary11110000111011011110111001111010101010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDEE; }

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

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

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

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

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

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

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

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