#F1DFE5

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

Shades of Amour #F1DFE5

Tints of Amour #F1DFE5

Color information

#F1DFE5 (or 0xF1DFE5) is unknown color: approx Amour. HEX triplet: F1, DF and E5. RGB value is (241,223,229). Sum of RGB (Red+Green+Blue) = 241+223+229=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE5 is #0E201A. Grayscale: #E5E5E5. Windows color (decimal): -925723 or 15065073. OLE color: 15065073.

HSL color Cylindrical-coordinate representation of color #F1DFE5: hue angle of 340º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1DFE5 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241223229-
CMYK00.070.050.05
HSL340º39.13%90.98%-
HSV(B)340º7.47%94.51%-
XYZ76.8177.1384.97-
YUV229.07127.96136.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 229 (89.84% from 255) = 33.04%
R=34.78%
G=32.18%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122322900.070.050.0534039.1390.98
HexF1DFE50755154275b
Octal361337345075552447133
Binary11110001110111111110010101111011011010101001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFE5; }

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

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

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

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

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

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

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

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