#F0DEE3

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

Shades of Amour #F0DEE3

Tints of Amour #F0DEE3

Color information

#F0DEE3 (or 0xF0DEE3) is unknown color: approx Amour. HEX triplet: F0, DE and E3. RGB value is (240,222,227). Sum of RGB (Red+Green+Blue) = 240+222+227=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEE3 is #0F211C. Grayscale: #E3E3E3. Windows color (decimal): -991517 or 14933744. OLE color: 14933744.

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

Color convert

RGB240222227-
CMYK00.080.050.06
HSL343.33º37.5%90.59%-
HSV(B)343.33º7.5%94.12%-
XYZ75.9276.3183.4-
YUV227.95127.46136.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 227 (89.06% from 255) = 32.95%
R=34.83%
G=32.22%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022222700.080.050.06343.3337.590.59
HexF0DEE30856157265b
Octal3603363430105652746133
Binary111100001101111011100011010001011101010101111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEE3; }

 p { color: rgb(240,222,227); }

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

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

 a { background-color: rgb(240,222,227); }

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

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

 span { border-color: rgb(240,222,227); }

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