#F3DCD7

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

Shades of Remy #F3DCD7

Tints of Remy #F3DCD7

Color information

#F3DCD7 (or 0xF3DCD7) is unknown color: approx Remy. HEX triplet: F3, DC and D7. RGB value is (243,220,215). Sum of RGB (Red+Green+Blue) = 243+220+215=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCD7 is #0C2328. Grayscale: #E2E2E2. Windows color (decimal): -795433 or 14146803. OLE color: 14146803.

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

Color convert

RGB243220215-
CMYK00.090.120.05
HSL10.71º53.85%89.8%-
HSV(B)10.71º11.52%95.29%-
XYZ74.8275.1574.85-
YUV226.31121.62139.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.84%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 215 (84.38% from 255) = 31.71%
R=35.84%
G=32.45%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322021500.090.120.0510.7153.8589.8
HexF3DCD709C5b365a
Octal3633343270111451366132
Binary11110011110111001101011101001110010110111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCD7; }

 p { color: rgb(243,220,215); }

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

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

 a { background-color: rgb(243,220,215); }

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

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

 span { border-color: rgb(243,220,215); }

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