#F4DFE5

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

Shades of Amour #F4DFE5

Tints of Amour #F4DFE5

Color information

#F4DFE5 (or 0xF4DFE5) is unknown color: approx Amour. HEX triplet: F4, DF and E5. RGB value is (244,223,229). Sum of RGB (Red+Green+Blue) = 244+223+229=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFE5 is #0B201A. Grayscale: #E5E5E5. Windows color (decimal): -729115 or 15065076. OLE color: 15065076.

HSL color Cylindrical-coordinate representation of color #F4DFE5: hue angle of 342.86º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DFE5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244223229-
CMYK00.090.060.04
HSL342.86º48.84%91.57%-
HSV(B)342.86º8.61%95.69%-
XYZ77.8477.6785.02-
YUV229.96127.46138.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.06%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=35.06%
G=32.04%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422322900.090.060.04342.8648.8491.57
HexF4DFE50964157315c
Octal3643373450116452761134
Binary111101001101111111100101010011101001010101111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFE5; }

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

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

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

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

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

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

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

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