#F3DCD8

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

Shades of Remy #F3DCD8

Tints of Remy #F3DCD8

Color information

#F3DCD8 (or 0xF3DCD8) is unknown color: approx Remy. HEX triplet: F3, DC and D8. RGB value is (243,220,216). Sum of RGB (Red+Green+Blue) = 243+220+216=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCD8 is #0C2327. Grayscale: #E2E2E2. Windows color (decimal): -795432 or 14212339. OLE color: 14212339.

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

Color convert

RGB243220216-
CMYK00.090.110.05
HSL8.89º52.94%90%-
HSV(B)8.89º11.11%95.29%-
XYZ74.9575.275.53-
YUV226.42122.12139.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 216 (84.77% from 255) = 31.81%
R=35.79%
G=32.40%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322021600.090.110.058.8952.9490
HexF3DCD809B59355a
Octal3633343300111351165132
Binary11110011110111001101100001001101110110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCD8; }

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

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

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

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

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

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

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

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