#F4DCD6

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

Shades of Remy #F4DCD6

Tints of Remy #F4DCD6

Color information

#F4DCD6 (or 0xF4DCD6) is unknown color: approx Remy. HEX triplet: F4, DC and D6. RGB value is (244,220,214). Sum of RGB (Red+Green+Blue) = 244+220+214=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCD6 is #0B2329. Grayscale: #E2E2E2. Windows color (decimal): -729898 or 14081268. OLE color: 14081268.

HSL color Cylindrical-coordinate representation of color #F4DCD6: hue angle of 12º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4DCD6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244220214-
CMYK00.100.120.04
HSL12º57.69%89.8%-
HSV(B)12º12.3%95.69%-
XYZ75.0475.2774.19-
YUV226.49120.95140.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.99%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 214 (83.98% from 255) = 31.56%
R=35.99%
G=32.45%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422021400.100.120.041257.6989.8
HexF4DCD60AC4c3a5a
Octal3643343260121441472132
Binary11110100110111001101011001010110010011001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCD6; }

 p { color: rgb(244,220,214); }

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

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

 a { background-color: rgb(244,220,214); }

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

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

 span { border-color: rgb(244,220,214); }

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