#F3DDE4

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

Shades of Amour #F3DDE4

Tints of Amour #F3DDE4

Color information

#F3DDE4 (or 0xF3DDE4) is unknown color: approx Amour. HEX triplet: F3, DD and E4. RGB value is (243,221,228). Sum of RGB (Red+Green+Blue) = 243+221+228=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDE4 is #0C221B. Grayscale: #E4E4E4. Windows color (decimal): -795164 or 14999027. OLE color: 14999027.

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

Color convert

RGB243221228-
CMYK00.090.060.05
HSL340.91º47.83%90.98%-
HSV(B)340.91º9.05%95.29%-
XYZ76.8276.3784.09-
YUV228.38127.79138.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.12%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 228 (89.45% from 255) = 32.95%
R=35.12%
G=31.94%
B=32.95%

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
Decimal24322122800.090.060.05340.9147.8390.98
HexF3DDE40965155305b
Octal3633353440116552560133
Binary111100111101110111100100010011101011010101011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDE4; }

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

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

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

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

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

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

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

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