#F4DFE7

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

Shades of Amour #F4DFE7

Tints of Amour #F4DFE7

Color information

#F4DFE7 (or 0xF4DFE7) is unknown color: approx Amour. HEX triplet: F4, DF and E7. RGB value is (244,223,231). Sum of RGB (Red+Green+Blue) = 244+223+231=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DFE7 is #0B2018. Grayscale: #E6E6E6. Windows color (decimal): -729113 or 15196148. OLE color: 15196148.

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

Color convert

RGB244223231-
CMYK00.090.050.04
HSL337.14º48.84%91.57%-
HSV(B)337.14º8.61%95.69%-
XYZ78.1277.7886.5-
YUV230.19128.46137.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.96%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 231 (90.62% from 255) = 33.09%
R=34.96%
G=31.95%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422323100.090.050.04337.1448.8491.57
HexF4DFE70954151315c
Octal3643373470115452161134
Binary111101001101111111100111010011011001010100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFE7; }

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

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

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

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

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

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

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

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