#F1DFE4

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

Shades of Amour #F1DFE4

Tints of Amour #F1DFE4

Color information

#F1DFE4 (or 0xF1DFE4) is unknown color: approx Amour. HEX triplet: F1, DF and E4. RGB value is (241,223,228). Sum of RGB (Red+Green+Blue) = 241+223+228=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE4 is #0E201B. Grayscale: #E4E4E4. Windows color (decimal): -925724 or 14999537. OLE color: 14999537.

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

Color convert

RGB241223228-
CMYK00.070.050.05
HSL343.33º39.13%90.98%-
HSV(B)343.33º7.47%94.51%-
XYZ76.6777.0884.24-
YUV228.95127.46136.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 228 (89.45% from 255) = 32.95%
R=34.83%
G=32.23%
B=32.95%

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
Decimal24122322800.070.050.05343.3339.1390.98
HexF1DFE40755157275b
Octal361337344075552747133
Binary11110001110111111110010001111011011010101111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFE4; }

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

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

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

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

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

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

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

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