#F0DFE5

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

Shades of Amour #F0DFE5

Tints of Amour #F0DFE5

Color information

#F0DFE5 (or 0xF0DFE5) is unknown color: approx Amour. HEX triplet: F0, DF and E5. RGB value is (240,223,229). Sum of RGB (Red+Green+Blue) = 240+223+229=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFE5 is #0F201A. Grayscale: #E4E4E4. Windows color (decimal): -991259 or 15065072. OLE color: 15065072.

HSL color Cylindrical-coordinate representation of color #F0DFE5: hue angle of 338.82º 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 #F0DFE5 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240223229-
CMYK00.070.050.06
HSL338.82º36.17%90.78%-
HSV(B)338.82º7.08%94.12%-
XYZ76.4776.9684.95-
YUV228.77128.13136.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 229 (89.84% from 255) = 33.09%
R=34.68%
G=32.23%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022322900.070.050.06338.8236.1790.78
HexF0DFE50756153245b
Octal360337345075652344133
Binary11110000110111111110010101111011101010100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFE5; }

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

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

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

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

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

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

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

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