#F3DEE4

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

Shades of Amour #F3DEE4

Tints of Amour #F3DEE4

Color information

#F3DEE4 (or 0xF3DEE4) is unknown color: approx Amour. HEX triplet: F3, DE and E4. RGB value is (243,222,228). Sum of RGB (Red+Green+Blue) = 243+222+228=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEE4 is #0C211B. Grayscale: #E4E4E4. Windows color (decimal): -794908 or 14999283. OLE color: 14999283.

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

Color convert

RGB243222228-
CMYK00.090.060.05
HSL342.86º46.67%91.18%-
HSV(B)342.86º8.64%95.29%-
XYZ77.0976.984.18-
YUV228.96127.46138.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 228 (89.45% from 255) = 32.90%
R=35.06%
G=32.03%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24322222800.090.060.05342.8646.6791.18
HexF3DEE409651572f5b
Octal3633363440116552757133
Binary111100111101111011100100010011101011010101111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEE4; }

 p { color: rgb(243,222,228); }

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

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

 a { background-color: rgb(243,222,228); }

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

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

 span { border-color: rgb(243,222,228); }

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