#F3D9D7

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

Shades of Remy #F3D9D7

Tints of Remy #F3D9D7

Color information

#F3D9D7 (or 0xF3D9D7) is unknown color: approx Remy. HEX triplet: F3, D9 and D7. RGB value is (243,217,215). Sum of RGB (Red+Green+Blue) = 243+217+215=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9D7 is #0C2628. Grayscale: #E0E0E0. Windows color (decimal): -796201 or 14146035. OLE color: 14146035.

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

Color convert

RGB243217215-
CMYK00.110.120.05
HSL4.29º53.85%89.8%-
HSV(B)4.29º11.52%95.29%-
XYZ74.0473.5974.59-
YUV224.55122.61141.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=36%
G=32.15%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321721500.110.120.054.2953.8589.8
HexF3D9D70BC54365a
Octal363331327013145466132
Binary1111001111011001110101110101111001011001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9D7; }

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

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

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

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

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

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

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

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