#F0DFE6

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

Shades of Amour #F0DFE6

Tints of Amour #F0DFE6

Color information

#F0DFE6 (or 0xF0DFE6) is unknown color: approx Amour. HEX triplet: F0, DF and E6. RGB value is (240,223,230). Sum of RGB (Red+Green+Blue) = 240+223+230=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFE6 is #0F2019. Grayscale: #E4E4E4. Windows color (decimal): -991258 or 15130608. OLE color: 15130608.

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

Color convert

RGB240223230-
CMYK00.070.040.06
HSL335.29º36.17%90.78%-
HSV(B)335.29º7.08%94.12%-
XYZ76.6177.0185.69-
YUV228.88128.63135.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 230 (90.23% from 255) = 33.19%
R=34.63%
G=32.18%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022323000.070.040.06335.2936.1790.78
HexF0DFE6074614f245b
Octal360337346074651744133
Binary11110000110111111110011001111001101010011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFE6; }

 p { color: rgb(240,223,230); }

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

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

 a { background-color: rgb(240,223,230); }

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

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

 span { border-color: rgb(240,223,230); }

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